#316541

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

Shades of Hunter Green #316541

Tints of Hunter Green #316541

Color information

#316541 (or 0x316541) is unknown color: approx Hunter Green. HEX triplet: 31, 65 and 41. RGB value is (49,101,65). Sum of RGB (Red+Green+Blue) = 49+101+65=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #316541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316541 is #CE9ABE. Grayscale: #515151. Windows color (decimal): -13540031 or 4285745. OLE color: 4285745.

HSL color Cylindrical-coordinate representation of color #316541: hue angle of 138.46º 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 #316541 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB4910165-
CMYK0.5100.360.60
HSL138.46º34.67%29.41%-
HSV(B)138.46º51.49%39.61%-
XYZ6.8710.346.63-
YUV81.35118.77104.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=22.79%
G=46.98%
B=30.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101650.5100.360.60138.4634.6729.41
Hex316541330243C8a231d
Octal6114510163044742124335
Binary1100011100101100000111001101001001111001000101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316541; }

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

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

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

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

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

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

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

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