Html Css Color HEX #394D36 Palm Leaf

📋 copy color: '#394D36'

red 57 ◦ green 77 ◦ blue 54

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

Shades of Palm Leaf #394D36

Tints of Palm Leaf #394D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.96%

 BLUE value IS 54 (21.48% from 255) = 28.72%

R = 30.32%
G = 40.96%
B = 28.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#394D36 (or 0x394D36) is known color: Palm Leaf. HEX triplet: 39, 4D and 36. RGB value is (57,77,54). Sum of RGB (Red+Green+Blue) = 57+77+54=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #394D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D36 is #C6B2C9. Grayscale: #444444. Windows color (decimal): -13021898 or 3558713. OLE color: 3558713.

HSL color Cylindrical-coordinate representation of color #394D36: hue angle of 112.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394D36 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 54 -
CMYK 0.26 0 0.30 0.70
HSL 112.17º 0.18% 0.26% -
HSV(B) 112.17º 0.3% 0.3% -
XYZ 5.01 6.44 4.47 -
YUV 68.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 57 77 54 0.26 0 0.30 0.70 112.17 0.18 0.26
Hex 39 4D 36 1A 0 1E 46 70 12 1A
Octal 71 115 66 32 0 36 106 160 22 32
Binary 111001 1001101 110110 11010 0 11110 1000110 1110000 10010 11010

Color Harmonies of #394D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D36

Black with #394D36

Text Example


Text Example

White with #394D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394D36; }

 p { color: rgb(57,77,54); }

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

background-color css

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

 a { background-color: rgb(57,77,54); }

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

border-color css

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

 span { border-color: rgb(57,77,54); }

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