#32693A

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

Shades of Hunter Green #32693A

Tints of Hunter Green #32693A

Color information

#32693A (or 0x32693A) is unknown color: approx Hunter Green. HEX triplet: 32, 69 and 3A. RGB value is (50,105,58). Sum of RGB (Red+Green+Blue) = 50+105+58=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #32693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32693A is #CD96C5. Grayscale: #535353. Windows color (decimal): -13473478 or 3828018. OLE color: 3828018.

HSL color Cylindrical-coordinate representation of color #32693A: hue angle of 128.73º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32693A is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB5010558-
CMYK0.5200.450.59
HSL128.73º35.48%30.39%-
HSV(B)128.73º52.38%41.18%-
XYZ7.1311.095.77-
YUV83.2113.78104.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=23.47%
G=49.30%
B=27.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105580.5200.450.59128.7335.4830.39
Hex32693A3402D3B81231e
Octal621517264055732014336
Binary110010110100111101011010001011011110111000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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