#408D36

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

Shades of La Palma #408D36

Tints of La Palma #408D36

Color information

#408D36 (or 0x408D36) is unknown color: approx La Palma. HEX triplet: 40, 8D and 36. RGB value is (64,141,54). Sum of RGB (Red+Green+Blue) = 64+141+54=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #408D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D36 is #BF72C9. Grayscale: #6C6C6C. Windows color (decimal): -12546762 or 3575104. OLE color: 3575104.

HSL color Cylindrical-coordinate representation of color #408D36: hue angle of 113.1º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #408D36 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB6414154-
CMYK0.5500.620.45
HSL113.1º44.62%38.24%-
HSV(B)113.1º61.7%55.29%-
XYZ12.3120.416.78-
YUV108.0697.4996.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=24.71%
G=54.44%
B=20.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141540.5500.620.45113.144.6238.24
Hex408D363703E2D712d26
Octal1002156667076551615546
Binary10000001000110111011011011101111101011011110001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408D36; }

 p { color: rgb(64,141,54); }

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

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

 a { background-color: rgb(64,141,54); }

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

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

 span { border-color: rgb(64,141,54); }

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