#316A3E

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

Shades of Hunter Green #316A3E

Tints of Hunter Green #316A3E

Color information

#316A3E (or 0x316A3E) is unknown color: approx Hunter Green. HEX triplet: 31, 6A and 3E. RGB value is (49,106,62). Sum of RGB (Red+Green+Blue) = 49+106+62=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #316A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316A3E is #CE95C1. Grayscale: #545454. Windows color (decimal): -13538754 or 4090417. OLE color: 4090417.

HSL color Cylindrical-coordinate representation of color #316A3E: hue angle of 133.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A3E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB4910662-
CMYK0.5400.420.58
HSL133.68º36.77%30.39%-
HSV(B)133.68º53.77%41.57%-
XYZ7.2911.316.36-
YUV83.94115.62103.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=22.58%
G=48.85%
B=28.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106620.5400.420.58133.6836.7730.39
Hex316A3E3602A3A86251e
Octal611527666052722064536
Binary110001110101011111011011001010101110101000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A3E; }

 p { color: rgb(49,106,62); }

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

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

 a { background-color: rgb(49,106,62); }

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

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

 span { border-color: rgb(49,106,62); }

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