#316639

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

Shades of Hunter Green #316639

Tints of Hunter Green #316639

Color information

#316639 (or 0x316639) is unknown color: approx Hunter Green. HEX triplet: 31, 66 and 39. RGB value is (49,102,57). Sum of RGB (Red+Green+Blue) = 49+102+57=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #316639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316639 is #CE99C6. Grayscale: #515151. Windows color (decimal): -13539783 or 3761713. OLE color: 3761713.

HSL color Cylindrical-coordinate representation of color #316639: hue angle of 129.06º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316639 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB4910257-
CMYK0.5200.440.6
HSL129.06º35.1%29.61%-
HSV(B)129.06º51.96%40%-
XYZ6.7610.455.53-
YUV81.02114.44105.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=23.56%
G=49.04%
B=27.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102570.5200.440.6129.0635.129.61
Hex3166393402C3C81231e
Octal611467164054742014336
Binary110001110011011100111010001011001111001000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316639; }

 p { color: rgb(49,102,57); }

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

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

 a { background-color: rgb(49,102,57); }

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

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

 span { border-color: rgb(49,102,57); }

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