#408538

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

Shades of La Palma #408538

Tints of La Palma #408538

Color information

#408538 (or 0x408538) is unknown color: approx La Palma. HEX triplet: 40, 85 and 38. RGB value is (64,133,56). Sum of RGB (Red+Green+Blue) = 64+133+56=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #408538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408538 is #BF7AC7. Grayscale: #676767. Windows color (decimal): -12548808 or 3704128. OLE color: 3704128.

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

Color convert

RGB6413356-
CMYK0.5200.580.48
HSL113.77º40.74%37.06%-
HSV(B)113.77º57.89%52.16%-
XYZ11.2218.156.65-
YUV103.59101.1499.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=25.30%
G=52.57%
B=22.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133560.5200.580.48113.7740.7437.06
Hex4085383403A30722925
Octal1002057064072601625145
Binary10000001000010111100011010001110101100001110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408538; }

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

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

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

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

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

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

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

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