Html Css Color HEX #394C36 Palm Leaf

📋 copy color: '#394C36'

red 57 ◦ green 76 ◦ blue 54

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

Shades of Palm Leaf #394C36

Tints of Palm Leaf #394C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 30.48%
G = 40.64%
B = 28.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.70

RGB Variations

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

Color information

#394C36 (or 0x394C36) is known color: Palm Leaf. HEX triplet: 39, 4C and 36. RGB value is (57,76,54). Sum of RGB (Red+Green+Blue) = 57+76+54=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #394C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C36 is #C6B3C9. Grayscale: #434343. Windows color (decimal): -13022154 or 3558457. OLE color: 3558457.

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

Color convert

RGB 57 76 54 -
CMYK 0.25 0 0.29 0.70
HSL 111.82º 0.17% 0.25% -
HSV(B) 111.82º 0.29% 0.3% -
XYZ 4.94 6.31 4.45 -
YUV 67.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 57 76 54 0.25 0 0.29 0.70 111.82 0.17 0.25
Hex 39 4C 36 19 0 1D 46 70 11 19
Octal 71 114 66 31 0 35 106 160 21 31
Binary 111001 1001100 110110 11001 0 11101 1000110 1110000 10001 11001

Color Harmonies of #394C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C36

Black with #394C36

Text Example


Text Example

White with #394C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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