Html Css Color HEX #316939 Hunter Green

📋 copy color: '#316939'

red 49 ◦ green 105 ◦ blue 57

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

Shades of Hunter Green #316939

Tints of Hunter Green #316939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 23.22%
G = 49.76%
B = 27.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#316939 (or 0x316939) is known color: Hunter Green. HEX triplet: 31, 69 and 39. RGB value is (49,105,57). Sum of RGB (Red+Green+Blue) = 49+105+57=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #316939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316939 is #CE96C6. Grayscale: #525252. Windows color (decimal): -13539015 or 3762481. OLE color: 3762481.

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

Color convert

RGB 49 105 57 -
CMYK 0.53 0 0.46 0.59
HSL 128.57º 0.36% 0.3% -
HSV(B) 128.57º 0.53% 0.41% -
XYZ 7.06 11.05 5.63 -
YUV 82.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 49 105 57 0.53 0 0.46 0.59 128.57 0.36 0.3
Hex 31 69 39 35 0 2E 3B 81 24 1E
Octal 61 151 71 65 0 56 73 201 44 36
Binary 110001 1101001 111001 110101 0 101110 111011 10000001 100100 11110

Color Harmonies of #316939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316939

Black with #316939

Text Example


Text Example

White with #316939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316939; }

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

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

background-color css

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

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

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

border-color css

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

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

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