#418D13

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

Shades of La Palma #418D13

Tints of La Palma #418D13

Color information

#418D13 (or 0x418D13) is unknown color: approx La Palma. HEX triplet: 41, 8D and 13. RGB value is (65,141,19). Sum of RGB (Red+Green+Blue) = 65+141+19=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #418D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418D13 is #BE72EC. Grayscale: #686868. Windows color (decimal): -12481261 or 1281345. OLE color: 1281345.

HSL color Cylindrical-coordinate representation of color #418D13: hue angle of 97.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #418D13 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB6514119-
CMYK0.5400.870.45
HSL97.38º76.25%31.37%-
HSV(B)97.38º86.52%55.29%-
XYZ11.8220.223.9-
YUV104.3779.8299.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 141 (55.47% from 255) = 62.67%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=28.89%
G=62.67%
B=8.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65141190.5400.870.4597.3876.2531.37
Hex418D13360572D614c1f
Octal101215236601275514111437
Binary10000011000110110011110110010101111011011100001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,141,19); }

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

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

 a { background-color: rgb(65,141,19); }

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

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

 span { border-color: rgb(65,141,19); }

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