#408732

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

Shades of La Palma #408732

Tints of La Palma #408732

Color information

#408732 (or 0x408732) is unknown color: approx La Palma. HEX triplet: 40, 87 and 32. RGB value is (64,135,50). Sum of RGB (Red+Green+Blue) = 64+135+50=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #408732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408732 is #BF78CD. Grayscale: #686868. Windows color (decimal): -12548302 or 3311424. OLE color: 3311424.

HSL color Cylindrical-coordinate representation of color #408732: hue angle of 110.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408732 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB6413550-
CMYK0.5300.630.47
HSL110.12º45.95%36.27%-
HSV(B)110.12º62.96%52.94%-
XYZ11.3518.656.02-
YUV104.0897.4899.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=25.70%
G=54.22%
B=20.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64135500.5300.630.47110.1245.9536.27
Hex4087323503F2F6e2e24
Octal1002076265077571565644
Binary10000001000011111001011010101111111011111101110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408732; }

 p { color: rgb(64,135,50); }

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

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

 a { background-color: rgb(64,135,50); }

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

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

 span { border-color: rgb(64,135,50); }

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