#32693C

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

Shades of Hunter Green #32693C

Tints of Hunter Green #32693C

Color information

#32693C (or 0x32693C) is unknown color: approx Hunter Green. HEX triplet: 32, 69 and 3C. RGB value is (50,105,60). Sum of RGB (Red+Green+Blue) = 50+105+60=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #32693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32693C is #CD96C3. Grayscale: #535353. Windows color (decimal): -13473476 or 3959090. OLE color: 3959090.

HSL color Cylindrical-coordinate representation of color #32693C: hue angle of 130.91º 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 #32693C is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB5010560-
CMYK0.5200.430.59
HSL130.91º35.48%30.39%-
HSV(B)130.91º52.38%41.18%-
XYZ7.1811.116.04-
YUV83.42114.78104.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=23.26%
G=48.84%
B=27.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105600.5200.430.59130.9135.4830.39
Hex32693C3402B3B83231e
Octal621517464053732034336
Binary110010110100111110011010001010111110111000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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