Html Css Color HEX #31623A Hunter Green

📋 copy color: '#31623A'

red 49 ◦ green 98 ◦ blue 58

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

Shades of Hunter Green #31623A

Tints of Hunter Green #31623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 23.9%
G = 47.8%
B = 28.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#31623A (or 0x31623A) is known color: Hunter Green. HEX triplet: 31, 62 and 3A. RGB value is (49,98,58). Sum of RGB (Red+Green+Blue) = 49+98+58=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #31623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31623A is #CE9DC5. Grayscale: #4E4E4E. Windows color (decimal): -13540806 or 3826225. OLE color: 3826225.

HSL color Cylindrical-coordinate representation of color #31623A: hue angle of 131.02º 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 #31623A is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 58 -
CMYK 0.5 0 0.41 0.62
HSL 131.02º 0.33% 0.29% -
HSV(B) 131.02º 0.5% 0.38% -
XYZ 6.4 9.69 5.54 -
YUV 78.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 49 98 58 0.5 0 0.41 0.62 131.02 0.33 0.29
Hex 31 62 3A 32 0 29 3E 83 21 1D
Octal 61 142 72 62 0 51 76 203 41 35
Binary 110001 1100010 111010 110010 0 101001 111110 10000011 100001 11101

Color Harmonies of #31623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31623A

Black with #31623A

Text Example


Text Example

White with #31623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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