Html Css Color HEX #405039 Palm Leaf

📋 copy color: '#405039'

red 64 ◦ green 80 ◦ blue 57

#405039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #405039

Tints of Palm Leaf #405039

RGB

 RED value IS 64 (25.39% from 255) = 31.84%

 GREEN value IS 80 (31.64% from 255) = 39.8%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 31.84%
G = 39.8%
B = 28.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#405039 (or 0x405039) is known color: Palm Leaf. HEX triplet: 40, 50 and 39. RGB value is (64,80,57). Sum of RGB (Red+Green+Blue) = 64+80+57=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #405039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405039 is #BFAFC6. Grayscale: #484848. Windows color (decimal): -12562375 or 3756096. OLE color: 3756096.

HSL color Cylindrical-coordinate representation of color #405039: hue angle of 101.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405039 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 57 -
CMYK 0.20 0 0.29 0.69
HSL 101.74º 0.17% 0.27% -
HSV(B) 101.74º 0.29% 0.31% -
XYZ 5.72 7.12 4.94 -
YUV 72.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 64 80 57 0.20 0 0.29 0.69 101.74 0.17 0.27
Hex 40 50 39 14 0 1D 45 66 11 1B
Octal 100 120 71 24 0 35 105 146 21 33
Binary 1000000 1010000 111001 10100 0 11101 1000101 1100110 10001 11011

Color Harmonies of #405039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405039

Black with #405039

Text Example


Text Example

White with #405039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405039; }

 p { color: rgb(64,80,57); }

 H1.HeaderClassName
 {
   color: #405039;
 }
 .AnyTagClassName
 {
   color: #405039;
 }
</style>

background-color css

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

 a { background-color: rgb(64,80,57); }

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

border-color css

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

 span { border-color: rgb(64,80,57); }

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