Html Css Color HEX #316240 Hunter Green

📋 copy color: '#316240'

red 49 ◦ green 98 ◦ blue 64

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

Shades of Hunter Green #316240

Tints of Hunter Green #316240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

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

R = 23.22%
G = 46.45%
B = 30.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#316240 (or 0x316240) is known color: Hunter Green. HEX triplet: 31, 62 and 40. RGB value is (49,98,64). Sum of RGB (Red+Green+Blue) = 49+98+64=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #316240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316240 is #CE9DBF. Grayscale: #4F4F4F. Windows color (decimal): -13540800 or 4219441. OLE color: 4219441.

HSL color Cylindrical-coordinate representation of color #316240: hue angle of 138.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316240 is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 64 -
CMYK 0.5 0 0.35 0.62
HSL 138.37º 0.33% 0.29% -
HSV(B) 138.37º 0.5% 0.38% -
XYZ 6.56 9.76 6.39 -
YUV 79.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 49 98 64 0.5 0 0.35 0.62 138.37 0.33 0.29
Hex 31 62 40 32 0 23 3E 8A 21 1D
Octal 61 142 100 62 0 43 76 212 41 35
Binary 110001 1100010 1000000 110010 0 100011 111110 10001010 100001 11101

Color Harmonies of #316240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316240

Black with #316240

Text Example


Text Example

White with #316240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316240; }

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

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

background-color css

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

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

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

border-color css

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

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

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