#386139

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

Shades of Hunter Green #386139

Tints of Hunter Green #386139

Color information

#386139 (or 0x386139) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 39. RGB value is (56,97,57). Sum of RGB (Red+Green+Blue) = 56+97+57=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #386139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386139 is #C79EC6. Grayscale: #505050. Windows color (decimal): -13082311 or 3760440. OLE color: 3760440.

HSL color Cylindrical-coordinate representation of color #386139: hue angle of 121.46º degrees, saturation: 0.27, 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 #386139 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB569757-
CMYK0.4200.410.62
HSL121.46º26.8%30%-
HSV(B)121.46º42.27%38.04%-
XYZ6.649.695.39-
YUV80.18114.92110.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=26.67%
G=46.19%
B=27.14%

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
Decimal5697570.4200.410.62121.4626.830
Hex3861392A0293E791b1e
Octal701417152051761713336
Binary1110001100001111001101010010100111111011110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386139; }

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

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

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

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

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

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

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

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