#418E0E

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

Shades of La Palma #418E0E

Tints of La Palma #418E0E

Color information

#418E0E (or 0x418E0E) is unknown color: approx La Palma. HEX triplet: 41, 8E and 0E. RGB value is (65,142,14). Sum of RGB (Red+Green+Blue) = 65+142+14=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #418E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418E0E is #BE71F1. Grayscale: #686868. Windows color (decimal): -12481010 or 953921. OLE color: 953921.

HSL color Cylindrical-coordinate representation of color #418E0E: hue angle of 96.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #418E0E is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB6514214-
CMYK0.5400.900.44
HSL96.09º82.05%30.59%-
HSV(B)96.09º90.14%55.69%-
XYZ11.9320.53.74-
YUV104.3876.9999.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 142 (55.86% from 255) = 64.25%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=29.41%
G=64.25%
B=6.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65142140.5400.900.4496.0982.0530.59
Hex418EE3605A2C60521f
Octal101216166601325414012237
Binary1000001100011101110110110010110101011001100000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E0E; }

 p { color: rgb(65,142,14); }

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

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

 a { background-color: rgb(65,142,14); }

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

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

 span { border-color: rgb(65,142,14); }

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