#418928

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

Shades of La Palma #418928

Tints of La Palma #418928

Color information

#418928 (or 0x418928) is unknown color: approx La Palma. HEX triplet: 41, 89 and 28. RGB value is (65,137,40). Sum of RGB (Red+Green+Blue) = 65+137+40=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #418928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418928 is #BE76D7. Grayscale: #686868. Windows color (decimal): -12482264 or 2656577. OLE color: 2656577.

HSL color Cylindrical-coordinate representation of color #418928: hue angle of 104.54º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418928 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB6513740-
CMYK0.5300.710.46
HSL104.54º54.8%34.71%-
HSV(B)104.54º70.8%53.73%-
XYZ11.5119.175.1-
YUV104.4191.6599.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=26.86%
G=56.61%
B=16.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137400.5300.710.46104.5454.834.71
Hex418928350472E693723
Octal10121150650107561516743
Binary100000110001001101000110101010001111011101101001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418928; }

 p { color: rgb(65,137,40); }

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

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

 a { background-color: rgb(65,137,40); }

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

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

 span { border-color: rgb(65,137,40); }

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