Html Css Color HEX #394C30 Palm Leaf

📋 copy color: '#394C30'

red 57 ◦ green 76 ◦ blue 48

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

Shades of Palm Leaf #394C30

Tints of Palm Leaf #394C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

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

R = 31.49%
G = 41.99%
B = 26.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#394C30 (or 0x394C30) is known color: Palm Leaf. HEX triplet: 39, 4C and 30. RGB value is (57,76,48). Sum of RGB (Red+Green+Blue) = 57+76+48=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #394C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C30 is #C6B3CF. Grayscale: #434343. Windows color (decimal): -13022160 or 3165241. OLE color: 3165241.

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

Color convert

RGB 57 76 48 -
CMYK 0.25 0 0.37 0.70
HSL 100.71º 0.23% 0.24% -
HSV(B) 100.71º 0.37% 0.3% -
XYZ 4.81 6.25 3.75 -
YUV 67.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 57 76 48 0.25 0 0.37 0.70 100.71 0.23 0.24
Hex 39 4C 30 19 0 25 46 65 17 18
Octal 71 114 60 31 0 45 106 145 27 30
Binary 111001 1001100 110000 11001 0 100101 1000110 1100101 10111 11000

Color Harmonies of #394C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C30

Black with #394C30

Text Example


Text Example

White with #394C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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