#316540

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

Shades of Hunter Green #316540

Tints of Hunter Green #316540

Color information

#316540 (or 0x316540) is unknown color: approx Hunter Green. HEX triplet: 31, 65 and 40. RGB value is (49,101,64). Sum of RGB (Red+Green+Blue) = 49+101+64=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #316540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316540 is #CE9ABF. Grayscale: #515151. Windows color (decimal): -13540032 or 4220209. OLE color: 4220209.

HSL color Cylindrical-coordinate representation of color #316540: hue angle of 137.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316540 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB4910164-
CMYK0.5100.370.60
HSL137.31º34.67%29.41%-
HSV(B)137.31º51.49%39.61%-
XYZ6.8510.336.48-
YUV81.23118.27105.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=22.90%
G=47.20%
B=29.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101640.5100.370.60137.3134.6729.41
Hex316540330253C89231d
Octal6114510063045742114335
Binary1100011100101100000011001101001011111001000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316540; }

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

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

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

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

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

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

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

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