Html Css Color HEX #394C35 Palm Leaf

📋 copy color: '#394C35'

red 57 ◦ green 76 ◦ blue 53

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

Shades of Palm Leaf #394C35

Tints of Palm Leaf #394C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 30.65%
G = 40.86%
B = 28.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#394C35 (or 0x394C35) is known color: Palm Leaf. HEX triplet: 39, 4C and 35. RGB value is (57,76,53). Sum of RGB (Red+Green+Blue) = 57+76+53=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #394C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C35 is #C6B3CA. Grayscale: #434343. Windows color (decimal): -13022155 or 3492921. OLE color: 3492921.

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

Color convert

RGB 57 76 53 -
CMYK 0.25 0 0.30 0.70
HSL 109.57º 0.18% 0.25% -
HSV(B) 109.57º 0.3% 0.3% -
XYZ 4.91 6.3 4.32 -
YUV 67.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 57 76 53 0.25 0 0.30 0.70 109.57 0.18 0.25
Hex 39 4C 35 19 0 1E 46 6E 12 19
Octal 71 114 65 31 0 36 106 156 22 31
Binary 111001 1001100 110101 11001 0 11110 1000110 1101110 10010 11001

Color Harmonies of #394C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C35

Black with #394C35

Text Example


Text Example

White with #394C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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