Html Css Color HEX #394F34 Palm Leaf

📋 copy color: '#394F34'

red 57 ◦ green 79 ◦ blue 52

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

Shades of Palm Leaf #394F34

Tints of Palm Leaf #394F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 30.32%
G = 42.02%
B = 27.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#394F34 (or 0x394F34) is known color: Palm Leaf. HEX triplet: 39, 4F and 34. RGB value is (57,79,52). Sum of RGB (Red+Green+Blue) = 57+79+52=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #394F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F34 is #C6B0CB. Grayscale: #454545. Windows color (decimal): -13021388 or 3428153. OLE color: 3428153.

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

Color convert

RGB 57 79 52 -
CMYK 0.28 0 0.34 0.69
HSL 108.89º 0.21% 0.26% -
HSV(B) 108.89º 0.34% 0.31% -
XYZ 5.1 6.71 4.27 -
YUV 69.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 57 79 52 0.28 0 0.34 0.69 108.89 0.21 0.26
Hex 39 4F 34 1C 0 22 45 6D 15 1A
Octal 71 117 64 34 0 42 105 155 25 32
Binary 111001 1001111 110100 11100 0 100010 1000101 1101101 10101 11010

Color Harmonies of #394F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F34

Black with #394F34

Text Example


Text Example

White with #394F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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