Html Css Color HEX #316F3F Hunter Green

📋 copy color: '#316F3F'

red 49 ◦ green 111 ◦ blue 63

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

Shades of Hunter Green #316F3F

Tints of Hunter Green #316F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.78%

 BLUE value IS 63 (25% from 255) = 28.25%

R = 21.97%
G = 49.78%
B = 28.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#316F3F (or 0x316F3F) is known color: Hunter Green. HEX triplet: 31, 6F and 3F. RGB value is (49,111,63). Sum of RGB (Red+Green+Blue) = 49+111+63=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #316F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F3F is #CE90C0. Grayscale: #575757. Windows color (decimal): -13537473 or 4157233. OLE color: 4157233.

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

Color convert

RGB 49 111 63 -
CMYK 0.56 0 0.43 0.56
HSL 133.55º 0.39% 0.31% -
HSV(B) 133.55º 0.56% 0.44% -
XYZ 7.85 12.38 6.68 -
YUV 86.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 49 111 63 0.56 0 0.43 0.56 133.55 0.39 0.31
Hex 31 6F 3F 38 0 2B 38 86 27 1F
Octal 61 157 77 70 0 53 70 206 47 37
Binary 110001 1101111 111111 111000 0 101011 111000 10000110 100111 11111

Color Harmonies of #316F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F3F

Black with #316F3F

Text Example


Text Example

White with #316F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,111,63); }

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

background-color css

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

 a { background-color: rgb(49,111,63); }

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

border-color css

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

 span { border-color: rgb(49,111,63); }

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