Html Css Color HEX #394B32 Palm Leaf

📋 copy color: '#394B32'

red 57 ◦ green 75 ◦ blue 50

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

Shades of Palm Leaf #394B32

Tints of Palm Leaf #394B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 31.32%
G = 41.21%
B = 27.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#394B32 (or 0x394B32) is known color: Palm Leaf. HEX triplet: 39, 4B and 32. RGB value is (57,75,50). Sum of RGB (Red+Green+Blue) = 57+75+50=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #394B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B32 is #C6B4CD. Grayscale: #424242. Windows color (decimal): -13022414 or 3296057. OLE color: 3296057.

HSL color Cylindrical-coordinate representation of color #394B32: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394B32 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 75 50 -
CMYK 0.24 0 0.33 0.71
HSL 103.2º 0.2% 0.25% -
HSV(B) 103.2º 0.33% 0.29% -
XYZ 4.78 6.13 3.95 -
YUV 66.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 57 75 50 0.24 0 0.33 0.71 103.2 0.2 0.25
Hex 39 4B 32 18 0 21 47 67 14 19
Octal 71 113 62 30 0 41 107 147 24 31
Binary 111001 1001011 110010 11000 0 100001 1000111 1100111 10100 11001

Color Harmonies of #394B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B32

Black with #394B32

Text Example


Text Example

White with #394B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,50); }

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

background-color css

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

 a { background-color: rgb(57,75,50); }

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

border-color css

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

 span { border-color: rgb(57,75,50); }

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