Html Css Color HEX #394B2F Palm Leaf

📋 copy color: '#394B2F'

red 57 ◦ green 75 ◦ blue 47

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

Shades of Palm Leaf #394B2F

Tints of Palm Leaf #394B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 31.84%
G = 41.9%
B = 26.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#394B2F (or 0x394B2F) is known color: Palm Leaf. HEX triplet: 39, 4B and 2F. RGB value is (57,75,47). Sum of RGB (Red+Green+Blue) = 57+75+47=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #394B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B2F is #C6B4D0. Grayscale: #424242. Windows color (decimal): -13022417 or 3099449. OLE color: 3099449.

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

Color convert

RGB 57 75 47 -
CMYK 0.24 0 0.37 0.71
HSL 98.57º 0.23% 0.24% -
HSV(B) 98.57º 0.37% 0.29% -
XYZ 4.72 6.11 3.62 -
YUV 66.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 57 75 47 0.24 0 0.37 0.71 98.57 0.23 0.24
Hex 39 4B 2F 18 0 25 47 63 17 18
Octal 71 113 57 30 0 45 107 143 27 30
Binary 111001 1001011 101111 11000 0 100101 1000111 1100011 10111 11000

Color Harmonies of #394B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B2F

Black with #394B2F

Text Example


Text Example

White with #394B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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