Html Css Color HEX #394F2F Palm Leaf

📋 copy color: '#394F2F'

red 57 ◦ green 79 ◦ blue 47

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

Shades of Palm Leaf #394F2F

Tints of Palm Leaf #394F2F

RGB

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

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

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

R = 31.15%
G = 43.17%
B = 25.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#394F2F (or 0x394F2F) is known color: Palm Leaf. HEX triplet: 39, 4F and 2F. RGB value is (57,79,47). Sum of RGB (Red+Green+Blue) = 57+79+47=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #394F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F2F is #C6B0D0. Grayscale: #444444. Windows color (decimal): -13021393 or 3100473. OLE color: 3100473.

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

Color convert

RGB 57 79 47 -
CMYK 0.28 0 0.41 0.69
HSL 101.25º 0.25% 0.25% -
HSV(B) 101.25º 0.41% 0.31% -
XYZ 5 6.67 3.71 -
YUV 68.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 57 79 47 0.28 0 0.41 0.69 101.25 0.25 0.25
Hex 39 4F 2F 1C 0 29 45 65 19 19
Octal 71 117 57 34 0 51 105 145 31 31
Binary 111001 1001111 101111 11100 0 101001 1000101 1100101 11001 11001

Color Harmonies of #394F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F2F

Black with #394F2F

Text Example


Text Example

White with #394F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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