#316640

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

Shades of Hunter Green #316640

Tints of Hunter Green #316640

Color information

#316640 (or 0x316640) is unknown color: approx Hunter Green. HEX triplet: 31, 66 and 40. RGB value is (49,102,64). Sum of RGB (Red+Green+Blue) = 49+102+64=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #316640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316640 is #CE99BF. Grayscale: #515151. Windows color (decimal): -13539776 or 4220465. OLE color: 4220465.

HSL color Cylindrical-coordinate representation of color #316640: hue angle of 136.98º 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 #316640 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB4910264-
CMYK0.5200.370.6
HSL136.98º35.1%29.61%-
HSV(B)136.98º51.96%40%-
XYZ6.9410.536.52-
YUV81.82117.94104.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=22.79%
G=47.44%
B=29.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102640.5200.370.6136.9835.129.61
Hex316640340253C89231e
Octal6114610064045742114336
Binary1100011100110100000011010001001011111001000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316640; }

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

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

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

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

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

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

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

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