#419F32

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

Shades of La Palma #419F32

Tints of La Palma #419F32

Color information

#419F32 (or 0x419F32) is unknown color: approx La Palma. HEX triplet: 41, 9F and 32. RGB value is (65,159,50). Sum of RGB (Red+Green+Blue) = 65+159+50=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #419F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419F32 is #BE60CD. Grayscale: #767676. Windows color (decimal): -12476622 or 3317569. OLE color: 3317569.

HSL color Cylindrical-coordinate representation of color #419F32: hue angle of 111.74º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419F32 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB6515950-
CMYK0.5900.690.38
HSL111.74º52.15%40.98%-
HSV(B)111.74º68.55%62.35%-
XYZ15.1526.157.27-
YUV118.4789.3689.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=23.72%
G=58.03%
B=18.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65159500.5900.690.38111.7452.1540.98
Hex419F323B04526703429
Octal10123762730105461606451
Binary100000110011111110010111011010001011001101110000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419F32; }

 p { color: rgb(65,159,50); }

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

<style>
 a { background-color: #419F32; }

 a { background-color: rgb(65,159,50); }

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

<style>
 span { border-color: #419F32; }

 span { border-color: rgb(65,159,50); }

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