Html Css Color HEX #316E3E Hunter Green

📋 copy color: '#316E3E'

red 49 ◦ green 110 ◦ blue 62

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

Shades of Hunter Green #316E3E

Tints of Hunter Green #316E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.77%

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 22.17%
G = 49.77%
B = 28.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#316E3E (or 0x316E3E) is known color: Hunter Green. HEX triplet: 31, 6E and 3E. RGB value is (49,110,62). Sum of RGB (Red+Green+Blue) = 49+110+62=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #316E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E3E is #CE91C1. Grayscale: #565656. Windows color (decimal): -13537730 or 4091441. OLE color: 4091441.

HSL color Cylindrical-coordinate representation of color #316E3E: hue angle of 132.79º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E3E is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 110 62 -
CMYK 0.55 0 0.44 0.57
HSL 132.79º 0.38% 0.31% -
HSV(B) 132.79º 0.55% 0.43% -
XYZ 7.71 12.15 6.5 -
YUV 86.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 49 110 62 0.55 0 0.44 0.57 132.79 0.38 0.31
Hex 31 6E 3E 37 0 2C 39 85 26 1F
Octal 61 156 76 67 0 54 71 205 46 37
Binary 110001 1101110 111110 110111 0 101100 111001 10000101 100110 11111

Color Harmonies of #316E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E3E

Black with #316E3E

Text Example


Text Example

White with #316E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316E3E; }

 p { color: rgb(49,110,62); }

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

background-color css

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

 a { background-color: rgb(49,110,62); }

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

border-color css

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

 span { border-color: rgb(49,110,62); }

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