#316438

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

Shades of Hunter Green #316438

Tints of Hunter Green #316438

Color information

#316438 (or 0x316438) is unknown color: approx Hunter Green. HEX triplet: 31, 64 and 38. RGB value is (49,100,56). Sum of RGB (Red+Green+Blue) = 49+100+56=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #316438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316438 is #CE9BC7. Grayscale: #4F4F4F. Windows color (decimal): -13540296 or 3695665. OLE color: 3695665.

HSL color Cylindrical-coordinate representation of color #316438: hue angle of 128.24º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316438 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB4910056-
CMYK0.5100.440.61
HSL128.24º34.23%29.22%-
HSV(B)128.24º51%39.22%-
XYZ6.5410.055.34-
YUV79.74114.6106.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=23.90%
G=48.78%
B=27.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100560.5100.440.61128.2434.2329.22
Hex3164383302C3D80221d
Octal611447063054752004235
Binary110001110010011100011001101011001111011000000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316438; }

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

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

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

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

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

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

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

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