#32593A

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

Shades of Hunter Green #32593A

Tints of Hunter Green #32593A

Color information

#32593A (or 0x32593A) is unknown color: approx Hunter Green. HEX triplet: 32, 59 and 3A. RGB value is (50,89,58). Sum of RGB (Red+Green+Blue) = 50+89+58=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #32593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32593A is #CDA6C5. Grayscale: #494949. Windows color (decimal): -13477574 or 3823922. OLE color: 3823922.

HSL color Cylindrical-coordinate representation of color #32593A: hue angle of 132.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32593A is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB508958-
CMYK0.4400.350.65
HSL132.31º28.06%27.25%-
HSV(B)132.31º43.82%34.9%-
XYZ5.658.135.27-
YUV73.8119.08111.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=25.38%
G=45.18%
B=29.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089580.4400.350.65132.3128.0627.25
Hex32593A2C02341841c1b
Octal6213172540431012043433
Binary110010101100111101010110001000111000001100001001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,89,58); }

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

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

 a { background-color: rgb(50,89,58); }

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

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

 span { border-color: rgb(50,89,58); }

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