Html Css Color HEX #316941 Hunter Green

📋 copy color: '#316941'

red 49 ◦ green 105 ◦ blue 65

#316941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #316941

Tints of Hunter Green #316941

RGB

 RED value IS 49 (19.53% from 255) = 22.37%

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 22.37%
G = 47.95%
B = 29.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#316941 (or 0x316941) is known color: Hunter Green. HEX triplet: 31, 69 and 41. RGB value is (49,105,65). Sum of RGB (Red+Green+Blue) = 49+105+65=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #316941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316941 is #CE96BE. Grayscale: #535353. Windows color (decimal): -13539007 or 4286769. OLE color: 4286769.

HSL color Cylindrical-coordinate representation of color #316941: hue angle of 137.14º 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 #316941 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 65 -
CMYK 0.53 0 0.38 0.59
HSL 137.14º 0.36% 0.3% -
HSV(B) 137.14º 0.53% 0.41% -
XYZ 7.27 11.14 6.77 -
YUV 83.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 49 105 65 0.53 0 0.38 0.59 137.14 0.36 0.3
Hex 31 69 41 35 0 26 3B 89 24 1E
Octal 61 151 101 65 0 46 73 211 44 36
Binary 110001 1101001 1000001 110101 0 100110 111011 10001001 100100 11110

Color Harmonies of #316941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316941

Black with #316941

Text Example


Text Example

White with #316941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316941; }

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

 H1.HeaderClassName
 {
   color: #316941;
 }
 .AnyTagClassName
 {
   color: #316941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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