#408236

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

Shades of La Palma #408236

Tints of La Palma #408236

Color information

#408236 (or 0x408236) is unknown color: approx La Palma. HEX triplet: 40, 82 and 36. RGB value is (64,130,54). Sum of RGB (Red+Green+Blue) = 64+130+54=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #408236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408236 is #BF7DC9. Grayscale: #656565. Windows color (decimal): -12549578 or 3572288. OLE color: 3572288.

HSL color Cylindrical-coordinate representation of color #408236: hue angle of 112.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408236 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB6413054-
CMYK0.5100.580.49
HSL112.11º41.3%36.08%-
HSV(B)112.11º58.46%50.98%-
XYZ10.7617.326.27-
YUV101.6101.13101.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=25.81%
G=52.42%
B=21.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130540.5100.580.49112.1141.336.08
Hex4082363303A31702924
Octal1002026663072611605144
Binary10000001000001011011011001101110101100011110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408236; }

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

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

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

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

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

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

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

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