#408533

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

Shades of La Palma #408533

Tints of La Palma #408533

Color information

#408533 (or 0x408533) is unknown color: approx La Palma. HEX triplet: 40, 85 and 33. RGB value is (64,133,51). Sum of RGB (Red+Green+Blue) = 64+133+51=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #408533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408533 is #BF7ACC. Grayscale: #676767. Windows color (decimal): -12548813 or 3376448. OLE color: 3376448.

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

Color convert

RGB6413351-
CMYK0.5200.620.48
HSL110.49º44.57%36.08%-
HSV(B)110.49º61.65%52.16%-
XYZ11.118.16.04-
YUV103.0298.64100.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=25.81%
G=53.63%
B=20.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133510.5200.620.48110.4944.5736.08
Hex4085333403E306e2d24
Octal1002056364076601565544
Binary10000001000010111001111010001111101100001101110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408533; }

 p { color: rgb(64,133,51); }

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

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

 a { background-color: rgb(64,133,51); }

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

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

 span { border-color: rgb(64,133,51); }

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