#394D3A

Color #394D3A Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #394D3A

Tints of Hunter Green #394D3A

Color information

#394D3A (or 0x394D3A) is unknown color: approx Hunter Green. HEX triplet: 39, 4D and 3A. RGB value is (57,77,58). Sum of RGB (Red+Green+Blue) = 57+77+58=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #394D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D3A is #C6B2C5. Grayscale: #444444. Windows color (decimal): -13021894 or 3820857. OLE color: 3820857.

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

Color convert

RGB577758-
CMYK0.2600.250.70
HSL123º14.93%26.27%-
HSV(B)123º25.97%30.2%-
XYZ5.16.484.99-
YUV68.85121.87119.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=29.69%
G=40.10%
B=30.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777580.2600.250.7012314.9326.27
Hex394D3A1A019467bf1a
Octal7111572320311061731732
Binary11100110011011110101101001100110001101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #394D3A;
 }
 .AnyTagClassName
 {
   color: #394D3A;
 }
</style>
background-color css

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

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

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

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

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

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