Html Css Color HEX #316D40 Hunter Green

📋 copy color: '#316D40'

red 49 ◦ green 109 ◦ blue 64

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

Shades of Hunter Green #316D40

Tints of Hunter Green #316D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.1%

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

R = 22.07%
G = 49.1%
B = 28.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#316D40 (or 0x316D40) is known color: Hunter Green. HEX triplet: 31, 6D and 40. RGB value is (49,109,64). Sum of RGB (Red+Green+Blue) = 49+109+64=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #316D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D40 is #CE92BF. Grayscale: #565656. Windows color (decimal): -13537984 or 4222257. OLE color: 4222257.

HSL color Cylindrical-coordinate representation of color #316D40: hue angle of 135º 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 #316D40 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 109 64 -
CMYK 0.55 0 0.41 0.57
HSL 135º 0.38% 0.31% -
HSV(B) 135º 0.55% 0.43% -
XYZ 7.66 11.96 6.76 -
YUV 85.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 49 109 64 0.55 0 0.41 0.57 135 0.38 0.31
Hex 31 6D 40 37 0 29 39 87 26 1F
Octal 61 155 100 67 0 51 71 207 46 37
Binary 110001 1101101 1000000 110111 0 101001 111001 10000111 100110 11111

Color Harmonies of #316D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D40

Black with #316D40

Text Example


Text Example

White with #316D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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