#31603A

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

Shades of Hunter Green #31603A

Tints of Hunter Green #31603A

Color information

#31603A (or 0x31603A) is unknown color: approx Hunter Green. HEX triplet: 31, 60 and 3A. RGB value is (49,96,58). Sum of RGB (Red+Green+Blue) = 49+96+58=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #31603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31603A is #CE9FC5. Grayscale: #4D4D4D. Windows color (decimal): -13541318 or 3825713. OLE color: 3825713.

HSL color Cylindrical-coordinate representation of color #31603A: hue angle of 131.49º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31603A is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB499658-
CMYK0.4900.400.62
HSL131.49º32.41%28.43%-
HSV(B)131.49º48.96%37.65%-
XYZ6.219.325.48-
YUV77.61116.93107.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=24.14%
G=47.29%
B=28.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996580.4900.400.62131.4932.4128.43
Hex31603A310283E83201c
Octal611407261050762034034
Binary110001110000011101011000101010001111101000001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31603A;
 }
 .AnyTagClassName
 {
   color: #31603A;
 }
</style>
background-color css

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

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

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

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

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

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