#316B3E

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

Shades of Hunter Green #316B3E

Tints of Hunter Green #316B3E

Color information

#316B3E (or 0x316B3E) is unknown color: approx Hunter Green. HEX triplet: 31, 6B and 3E. RGB value is (49,107,62). Sum of RGB (Red+Green+Blue) = 49+107+62=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #316B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B3E is #CE94C1. Grayscale: #545454. Windows color (decimal): -13538498 or 4090673. OLE color: 4090673.

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

Color convert

RGB4910762-
CMYK0.5400.420.58
HSL133.45º37.18%30.59%-
HSV(B)133.45º54.21%41.96%-
XYZ7.3911.526.39-
YUV84.53115.28102.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=22.48%
G=49.08%
B=28.44%

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
Decimal49107620.5400.420.58133.4537.1830.59
Hex316B3E3602A3A85251f
Octal611537666052722054537
Binary110001110101111111011011001010101110101000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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