#31693A

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

Shades of Hunter Green #31693A

Tints of Hunter Green #31693A

Color information

#31693A (or 0x31693A) is unknown color: approx Hunter Green. HEX triplet: 31, 69 and 3A. RGB value is (49,105,58). Sum of RGB (Red+Green+Blue) = 49+105+58=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #31693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31693A is #CE96C5. Grayscale: #535353. Windows color (decimal): -13539014 or 3828017. OLE color: 3828017.

HSL color Cylindrical-coordinate representation of color #31693A: hue angle of 129.64º 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 #31693A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB4910558-
CMYK0.5300.450.59
HSL129.64º36.36%30.2%-
HSV(B)129.64º53.33%41.18%-
XYZ7.0811.065.76-
YUV82.9113.95103.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=23.11%
G=49.53%
B=27.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105580.5300.450.59129.6436.3630.2
Hex31693A3502D3B82241e
Octal611517265055732024436
Binary110001110100111101011010101011011110111000001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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