#31693B

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

Shades of Hunter Green #31693B

Tints of Hunter Green #31693B

Color information

#31693B (or 0x31693B) is unknown color: approx Hunter Green. HEX triplet: 31, 69 and 3B. RGB value is (49,105,59). Sum of RGB (Red+Green+Blue) = 49+105+59=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #31693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31693B is #CE96C4. Grayscale: #535353. Windows color (decimal): -13539013 or 3893553. OLE color: 3893553.

HSL color Cylindrical-coordinate representation of color #31693B: hue angle of 130.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31693B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB4910559-
CMYK0.5300.440.59
HSL130.71º36.36%30.2%-
HSV(B)130.71º53.33%41.18%-
XYZ7.1111.075.9-
YUV83.01114.45103.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=23.00%
G=49.30%
B=27.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105590.5300.440.59130.7136.3630.2
Hex31693B3502C3B83241e
Octal611517365054732034436
Binary110001110100111101111010101011001110111000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31693B; }

 p { color: rgb(49,105,59); }

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

<style>
 a { background-color: #31693B; }

 a { background-color: rgb(49,105,59); }

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

<style>
 span { border-color: #31693B; }

 span { border-color: rgb(49,105,59); }

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