#418914

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

Shades of La Palma #418914

Tints of La Palma #418914

Color information

#418914 (or 0x418914) is unknown color: approx La Palma. HEX triplet: 41, 89 and 14. RGB value is (65,137,20). Sum of RGB (Red+Green+Blue) = 65+137+20=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #418914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418914 is #BE76EB. Grayscale: #666666. Windows color (decimal): -12482284 or 1345857. OLE color: 1345857.

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

Color convert

RGB6513720-
CMYK0.5300.850.46
HSL96.92º74.52%30.78%-
HSV(B)96.92º85.4%53.73%-
XYZ11.2519.073.75-
YUV102.1381.65101.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 137 (53.91% from 255) = 61.71%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=29.28%
G=61.71%
B=9.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137200.5300.850.4696.9274.5230.78
Hex418914350552E614b1f
Octal101211246501255614111337
Binary10000011000100110100110101010101011011101100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418914; }

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

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

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

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

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

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

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

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