#31623A

Color #31623A Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #31623A

Tints of Hunter Green #31623A

Color information

#31623A (or 0x31623A) is unknown color: approx 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

RGB499858-
CMYK0.500.410.62
HSL131.02º33.33%28.82%-
HSV(B)131.02º50%38.43%-
XYZ6.49.695.54-
YUV78.79116.27106.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=23.90%
G=47.80%
B=28.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998580.500.410.62131.0233.3328.82
Hex31623A320293E83211d
Octal611427262051762034135
Binary110001110001011101011001001010011111101000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>