#3AA531

Color #3AA531 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #3AA531

Tints of La Palma #3AA531

Color information

#3AA531 (or 0x3AA531) is unknown color: approx La Palma. HEX triplet: 3A, A5 and 31. RGB value is (58,165,49). Sum of RGB (Red+Green+Blue) = 58+165+49=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA531 is #C55ACE. Grayscale: #787878. Windows color (decimal): -12933839 or 3253562. OLE color: 3253562.

HSL color Cylindrical-coordinate representation of color #3AA531: hue angle of 115.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AA531 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB5816549-
CMYK0.6500.700.35
HSL115.34º54.21%41.96%-
HSV(B)115.34º70.3%64.71%-
XYZ15.7528.037.49-
YUV119.7888.0583.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=21.32%
G=60.66%
B=18.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58165490.6500.700.35115.3454.2141.96
Hex3AA531410462373362a
Octal72245611010106431636652
Binary111010101001011100011000001010001101000111110011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA531; }

 p { color: rgb(58,165,49); }

 H1.HeaderClassName
 {
   color: #3AA531;
 }
 .AnyTagClassName
 {
   color: #3AA531;
 }
</style>
background-color css

<style>
 a { background-color: #3AA531; }

 a { background-color: rgb(58,165,49); }

 div.DivClassName
 {
   background-color: #3AA531;
 }
 .BgClassName
 {
   background-color: #3AA531;
 }
</style>
border-color css

<style>
 span { border-color: #3AA531; }

 span { border-color: rgb(58,165,49); }

 td.TdClassName
 {
   border-color: #3AA531;
 }
 .TagClassName
 {
   border-color: #3AA531;
 }
</style>