Html Css Color HEX #316D42 Hunter Green

📋 copy color: '#316D42'

red 49 ◦ green 109 ◦ blue 66

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

Shades of Hunter Green #316D42

Tints of Hunter Green #316D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 21.88%
G = 48.66%
B = 29.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#316D42 (or 0x316D42) is known color: Hunter Green. HEX triplet: 31, 6D and 42. RGB value is (49,109,66). Sum of RGB (Red+Green+Blue) = 49+109+66=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #316D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D42 is #CE92BD. Grayscale: #565656. Windows color (decimal): -13537982 or 4353329. OLE color: 4353329.

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

Color convert

RGB 49 109 66 -
CMYK 0.55 0 0.39 0.57
HSL 137º 0.38% 0.31% -
HSV(B) 137º 0.55% 0.43% -
XYZ 7.72 11.98 7.06 -
YUV 86.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 49 109 66 0.55 0 0.39 0.57 137 0.38 0.31
Hex 31 6D 42 37 0 27 39 89 26 1F
Octal 61 155 102 67 0 47 71 211 46 37
Binary 110001 1101101 1000010 110111 0 100111 111001 10001001 100110 11111

Color Harmonies of #316D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D42

Black with #316D42

Text Example


Text Example

White with #316D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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