Html Css Color HEX #394F30 Palm Leaf

📋 copy color: '#394F30'

red 57 ◦ green 79 ◦ blue 48

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

Shades of Palm Leaf #394F30

Tints of Palm Leaf #394F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 30.98%
G = 42.93%
B = 26.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#394F30 (or 0x394F30) is known color: Palm Leaf. HEX triplet: 39, 4F and 30. RGB value is (57,79,48). Sum of RGB (Red+Green+Blue) = 57+79+48=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #394F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F30 is #C6B0CF. Grayscale: #444444. Windows color (decimal): -13021392 or 3166009. OLE color: 3166009.

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

Color convert

RGB 57 79 48 -
CMYK 0.28 0 0.39 0.69
HSL 102.58º 0.24% 0.25% -
HSV(B) 102.58º 0.39% 0.31% -
XYZ 5.02 6.68 3.82 -
YUV 68.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 57 79 48 0.28 0 0.39 0.69 102.58 0.24 0.25
Hex 39 4F 30 1C 0 27 45 67 18 19
Octal 71 117 60 34 0 47 105 147 30 31
Binary 111001 1001111 110000 11100 0 100111 1000101 1100111 11000 11001

Color Harmonies of #394F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F30

Black with #394F30

Text Example


Text Example

White with #394F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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