#418F0D

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

Shades of La Palma #418F0D

Tints of La Palma #418F0D

Color information

#418F0D (or 0x418F0D) is unknown color: approx La Palma. HEX triplet: 41, 8F and 0D. RGB value is (65,143,13). Sum of RGB (Red+Green+Blue) = 65+143+13=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #418F0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418F0D is #BE70F2. Grayscale: #696969. Windows color (decimal): -12480755 or 888641. OLE color: 888641.

HSL color Cylindrical-coordinate representation of color #418F0D: hue angle of 96º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #418F0D is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB6514313-
CMYK0.5500.910.44
HSL96º83.33%30.59%-
HSV(B)96º90.91%56.08%-
XYZ12.0820.83.76-
YUV104.8676.1699.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 143 (56.25% from 255) = 64.71%
BLUE value IS 13 (5.47% from 255) = 5.88%
R=29.41%
G=64.71%
B=5.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65143130.5500.910.449683.3330.59
Hex418FD3705B2C60531f
Octal101217156701335414012337
Binary1000001100011111101110111010110111011001100000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,143,13); }

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

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

 a { background-color: rgb(65,143,13); }

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

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

 span { border-color: rgb(65,143,13); }

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