#32613C

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

Shades of Hunter Green #32613C

Tints of Hunter Green #32613C

Color information

#32613C (or 0x32613C) is unknown color: approx Hunter Green. HEX triplet: 32, 61 and 3C. RGB value is (50,97,60). Sum of RGB (Red+Green+Blue) = 50+97+60=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #32613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613C is #CD9EC3. Grayscale: #4E4E4E. Windows color (decimal): -13475524 or 3957042. OLE color: 3957042.

HSL color Cylindrical-coordinate representation of color #32613C: hue angle of 132.77º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32613C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB509760-
CMYK0.4800.380.62
HSL132.77º31.97%28.82%-
HSV(B)132.77º48.45%38.04%-
XYZ6.419.555.78-
YUV78.73117.43107.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=24.15%
G=46.86%
B=28.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097600.4800.380.62132.7731.9728.82
Hex32613C300263E85201d
Octal621417460046762054035
Binary110010110000111110011000001001101111101000010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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