Html Css Color HEX #31673E Hunter Green

📋 copy color: '#31673E'

red 49 ◦ green 103 ◦ blue 62

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

Shades of Hunter Green #31673E

Tints of Hunter Green #31673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.13%

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

R = 22.9%
G = 48.13%
B = 28.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#31673E (or 0x31673E) is known color: Hunter Green. HEX triplet: 31, 67 and 3E. RGB value is (49,103,62). Sum of RGB (Red+Green+Blue) = 49+103+62=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #31673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31673E is #CE98C1. Grayscale: #525252. Windows color (decimal): -13539522 or 4089649. OLE color: 4089649.

HSL color Cylindrical-coordinate representation of color #31673E: hue angle of 134.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31673E is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 62 -
CMYK 0.52 0 0.40 0.60
HSL 134.44º 0.36% 0.3% -
HSV(B) 134.44º 0.52% 0.4% -
XYZ 6.99 10.7 6.25 -
YUV 82.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 49 103 62 0.52 0 0.40 0.60 134.44 0.36 0.3
Hex 31 67 3E 34 0 28 3C 86 24 1E
Octal 61 147 76 64 0 50 74 206 44 36
Binary 110001 1100111 111110 110100 0 101000 111100 10000110 100100 11110

Color Harmonies of #31673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31673E

Black with #31673E

Text Example


Text Example

White with #31673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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