Html Css Color HEX #316F40 Hunter Green

📋 copy color: '#316F40'

red 49 ◦ green 111 ◦ blue 64

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

Shades of Hunter Green #316F40

Tints of Hunter Green #316F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 21.88%
G = 49.55%
B = 28.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#316F40 (or 0x316F40) is known color: Hunter Green. HEX triplet: 31, 6F and 40. RGB value is (49,111,64). Sum of RGB (Red+Green+Blue) = 49+111+64=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #316F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F40 is #CE90BF. Grayscale: #575757. Windows color (decimal): -13537472 or 4222769. OLE color: 4222769.

HSL color Cylindrical-coordinate representation of color #316F40: hue angle of 134.52º 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 #316F40 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 64 -
CMYK 0.56 0 0.42 0.56
HSL 134.52º 0.39% 0.31% -
HSV(B) 134.52º 0.56% 0.44% -
XYZ 7.88 12.39 6.83 -
YUV 87.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 49 111 64 0.56 0 0.42 0.56 134.52 0.39 0.31
Hex 31 6F 40 38 0 2A 38 87 27 1F
Octal 61 157 100 70 0 52 70 207 47 37
Binary 110001 1101111 1000000 111000 0 101010 111000 10000111 100111 11111

Color Harmonies of #316F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F40

Black with #316F40

Text Example


Text Example

White with #316F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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