Html Css Color HEX #394F35 Palm Leaf

📋 copy color: '#394F35'

red 57 ◦ green 79 ◦ blue 53

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

Shades of Palm Leaf #394F35

Tints of Palm Leaf #394F35

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

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

R = 30.16%
G = 41.8%
B = 28.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#394F35 (or 0x394F35) is known color: Palm Leaf. HEX triplet: 39, 4F and 35. RGB value is (57,79,53). Sum of RGB (Red+Green+Blue) = 57+79+53=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #394F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F35 is #C6B0CA. Grayscale: #454545. Windows color (decimal): -13021387 or 3493689. OLE color: 3493689.

HSL color Cylindrical-coordinate representation of color #394F35: hue angle of 110.77º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394F35 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 53 -
CMYK 0.28 0 0.33 0.69
HSL 110.77º 0.2% 0.26% -
HSV(B) 110.77º 0.33% 0.31% -
XYZ 5.13 6.72 4.39 -
YUV 69.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 57 79 53 0.28 0 0.33 0.69 110.77 0.2 0.26
Hex 39 4F 35 1C 0 21 45 6F 14 1A
Octal 71 117 65 34 0 41 105 157 24 32
Binary 111001 1001111 110101 11100 0 100001 1000101 1101111 10100 11010

Color Harmonies of #394F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F35

Black with #394F35

Text Example


Text Example

White with #394F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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