Html Css Color HEX #31683C Hunter Green

📋 copy color: '#31683C'

red 49 ◦ green 104 ◦ blue 60

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

Shades of Hunter Green #31683C

Tints of Hunter Green #31683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 23%
G = 48.83%
B = 28.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#31683C (or 0x31683C) is known color: Hunter Green. HEX triplet: 31, 68 and 3C. RGB value is (49,104,60). Sum of RGB (Red+Green+Blue) = 49+104+60=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #31683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31683C is #CE97C3. Grayscale: #525252. Windows color (decimal): -13539268 or 3958833. OLE color: 3958833.

HSL color Cylindrical-coordinate representation of color #31683C: hue angle of 132º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31683C is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 60 -
CMYK 0.53 0 0.42 0.59
HSL 132º 0.36% 0.3% -
HSV(B) 132º 0.53% 0.41% -
XYZ 7.03 10.88 6 -
YUV 82.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 49 104 60 0.53 0 0.42 0.59 132 0.36 0.3
Hex 31 68 3C 35 0 2A 3B 84 24 1E
Octal 61 150 74 65 0 52 73 204 44 36
Binary 110001 1101000 111100 110101 0 101010 111011 10000100 100100 11110

Color Harmonies of #31683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31683C

Black with #31683C

Text Example


Text Example

White with #31683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31683C; }

 p { color: rgb(49,104,60); }

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

background-color css

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

 a { background-color: rgb(49,104,60); }

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

border-color css

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

 span { border-color: rgb(49,104,60); }

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