Html Css Color HEX #395031 Palm Leaf

📋 copy color: '#395031'

red 57 ◦ green 80 ◦ blue 49

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

Shades of Palm Leaf #395031

Tints of Palm Leaf #395031

RGB

 RED value IS 57 (22.66% from 255) = 30.65%

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 30.65%
G = 43.01%
B = 26.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#395031 (or 0x395031) is known color: Palm Leaf. HEX triplet: 39, 50 and 31. RGB value is (57,80,49). Sum of RGB (Red+Green+Blue) = 57+80+49=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #395031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395031 is #C6AFCE. Grayscale: #454545. Windows color (decimal): -13021135 or 3231801. OLE color: 3231801.

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

Color convert

RGB 57 80 49 -
CMYK 0.29 0 0.39 0.69
HSL 104.52º 0.24% 0.25% -
HSV(B) 104.52º 0.39% 0.31% -
XYZ 5.11 6.83 3.95 -
YUV 69.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 57 80 49 0.29 0 0.39 0.69 104.52 0.24 0.25
Hex 39 50 31 1D 0 27 45 69 18 19
Octal 71 120 61 35 0 47 105 151 30 31
Binary 111001 1010000 110001 11101 0 100111 1000101 1101001 11000 11001

Color Harmonies of #395031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395031

Black with #395031

Text Example


Text Example

White with #395031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395031; }

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

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

background-color css

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

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

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

border-color css

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

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

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