#386039

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

Shades of Hunter Green #386039

Tints of Hunter Green #386039

Color information

#386039 (or 0x386039) is unknown color: approx Hunter Green. HEX triplet: 38, 60 and 39. RGB value is (56,96,57). Sum of RGB (Red+Green+Blue) = 56+96+57=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #386039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386039 is #C79FC6. Grayscale: #4F4F4F. Windows color (decimal): -13082567 or 3760184. OLE color: 3760184.

HSL color Cylindrical-coordinate representation of color #386039: hue angle of 121.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386039 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB569657-
CMYK0.4200.410.62
HSL121.5º26.32%29.8%-
HSV(B)121.5º41.67%37.65%-
XYZ6.559.55.36-
YUV79.59115.25111.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=26.79%
G=45.93%
B=27.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696570.4200.410.62121.526.3229.8
Hex3860392A0293E7a1a1e
Octal701407152051761723236
Binary1110001100000111001101010010100111111011110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386039; }

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

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

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

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

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

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

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

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