#32613F

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

Shades of Hunter Green #32613F

Tints of Hunter Green #32613F

Color information

#32613F (or 0x32613F) is unknown color: approx Hunter Green. HEX triplet: 32, 61 and 3F. RGB value is (50,97,63). Sum of RGB (Red+Green+Blue) = 50+97+63=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #32613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613F is #CD9EC0. Grayscale: #4F4F4F. Windows color (decimal): -13475521 or 4153650. OLE color: 4153650.

HSL color Cylindrical-coordinate representation of color #32613F: hue angle of 136.6º 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 #32613F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB509763-
CMYK0.4800.350.62
HSL136.6º31.97%28.82%-
HSV(B)136.6º48.45%38.04%-
XYZ6.499.596.21-
YUV79.07118.93107.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 63 (25% from 255) = 30%
R=23.81%
G=46.19%
B=30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097630.4800.350.62136.631.9728.82
Hex32613F300233E89201d
Octal621417760043762114035
Binary110010110000111111111000001000111111101000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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