#31603D

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

Shades of Hunter Green #31603D

Tints of Hunter Green #31603D

Color information

#31603D (or 0x31603D) is unknown color: approx Hunter Green. HEX triplet: 31, 60 and 3D. RGB value is (49,96,61). Sum of RGB (Red+Green+Blue) = 49+96+61=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #31603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31603D is #CE9FC2. Grayscale: #4E4E4E. Windows color (decimal): -13541315 or 4022321. OLE color: 4022321.

HSL color Cylindrical-coordinate representation of color #31603D: hue angle of 135.32º 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 #31603D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB499661-
CMYK0.4900.360.62
HSL135.32º32.41%28.43%-
HSV(B)135.32º48.96%37.65%-
XYZ6.299.365.89-
YUV77.96118.43107.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=23.79%
G=46.60%
B=29.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996610.4900.360.62135.3232.4128.43
Hex31603D310243E87201c
Octal611407561044762074034
Binary110001110000011110111000101001001111101000011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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