Html Css Color HEX #31683E Hunter Green

📋 copy color: '#31683E'

red 49 ◦ green 104 ◦ blue 62

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

Shades of Hunter Green #31683E

Tints of Hunter Green #31683E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 22.79%
G = 48.37%
B = 28.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#31683E (or 0x31683E) is known color: Hunter Green. HEX triplet: 31, 68 and 3E. RGB value is (49,104,62). Sum of RGB (Red+Green+Blue) = 49+104+62=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #31683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31683E is #CE97C1. Grayscale: #525252. Windows color (decimal): -13539266 or 4089905. OLE color: 4089905.

HSL color Cylindrical-coordinate representation of color #31683E: hue angle of 134.18º 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 #31683E is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 62 -
CMYK 0.53 0 0.40 0.59
HSL 134.18º 0.36% 0.3% -
HSV(B) 134.18º 0.53% 0.41% -
XYZ 7.09 10.9 6.29 -
YUV 82.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 49 104 62 0.53 0 0.40 0.59 134.18 0.36 0.3
Hex 31 68 3E 35 0 28 3B 86 24 1E
Octal 61 150 76 65 0 50 73 206 44 36
Binary 110001 1101000 111110 110101 0 101000 111011 10000110 100100 11110

Color Harmonies of #31683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31683E

Black with #31683E

Text Example


Text Example

White with #31683E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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