Html Css Color HEX #316841 Hunter Green

📋 copy color: '#316841'

red 49 ◦ green 104 ◦ blue 65

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

Shades of Hunter Green #316841

Tints of Hunter Green #316841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.71%

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

R = 22.48%
G = 47.71%
B = 29.82%

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

#316841 (or 0x316841) is known color: Hunter Green. HEX triplet: 31, 68 and 41. RGB value is (49,104,65). Sum of RGB (Red+Green+Blue) = 49+104+65=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #316841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316841 is #CE97BE. Grayscale: #535353. Windows color (decimal): -13539263 or 4286513. OLE color: 4286513.

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

Color convert

RGB 49 104 65 -
CMYK 0.53 0 0.38 0.59
HSL 137.45º 0.36% 0.3% -
HSV(B) 137.45º 0.53% 0.41% -
XYZ 7.17 10.94 6.73 -
YUV 83.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 49 104 65 0.53 0 0.38 0.59 137.45 0.36 0.3
Hex 31 68 41 35 0 26 3B 89 24 1E
Octal 61 150 101 65 0 46 73 211 44 36
Binary 110001 1101000 1000001 110101 0 100110 111011 10001001 100100 11110

Color Harmonies of #316841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316841

Black with #316841

Text Example


Text Example

White with #316841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316841; }

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

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

background-color css

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

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

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

border-color css

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

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

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