#316838

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

Shades of Hunter Green #316838

Tints of Hunter Green #316838

Color information

#316838 (or 0x316838) is unknown color: approx Hunter Green. HEX triplet: 31, 68 and 38. RGB value is (49,104,56). Sum of RGB (Red+Green+Blue) = 49+104+56=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #316838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316838 is #CE97C7. Grayscale: #525252. Windows color (decimal): -13539272 or 3696689. OLE color: 3696689.

HSL color Cylindrical-coordinate representation of color #316838: hue angle of 127.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316838 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB4910456-
CMYK0.5300.460.59
HSL127.64º35.95%30%-
HSV(B)127.64º52.88%40.78%-
XYZ6.9310.845.47-
YUV82.08113.28104.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=23.44%
G=49.76%
B=26.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104560.5300.460.59127.6435.9530
Hex3168383502E3B80241e
Octal611507065056732004436
Binary110001110100011100011010101011101110111000000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316838; }

 p { color: rgb(49,104,56); }

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

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

 a { background-color: rgb(49,104,56); }

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

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

 span { border-color: rgb(49,104,56); }

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