Html Css Color HEX #394D38 Grey-Asparagus

📋 copy color: '#394D38'

red 57 ◦ green 77 ◦ blue 56

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

Shades of Grey-Asparagus #394D38

Tints of Grey-Asparagus #394D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 30%
G = 40.53%
B = 29.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#394D38 (or 0x394D38) is known color: Grey-Asparagus. HEX triplet: 39, 4D and 38. RGB value is (57,77,56). Sum of RGB (Red+Green+Blue) = 57+77+56=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #394D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D38 is #C6B2C7. Grayscale: #444444. Windows color (decimal): -13021896 or 3689785. OLE color: 3689785.

HSL color Cylindrical-coordinate representation of color #394D38: hue angle of 117.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394D38 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 56 -
CMYK 0.26 0 0.27 0.70
HSL 117.14º 0.16% 0.26% -
HSV(B) 117.14º 0.27% 0.3% -
XYZ 5.06 6.46 4.72 -
YUV 68.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 57 77 56 0.26 0 0.27 0.70 117.14 0.16 0.26
Hex 39 4D 38 1A 0 1B 46 75 10 1A
Octal 71 115 70 32 0 33 106 165 20 32
Binary 111001 1001101 111000 11010 0 11011 1000110 1110101 10000 11010

Color Harmonies of #394D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D38

Black with #394D38

Text Example


Text Example

White with #394D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,56); }

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

background-color css

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

 a { background-color: rgb(57,77,56); }

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

border-color css

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

 span { border-color: rgb(57,77,56); }

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