#32613A

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

Shades of Hunter Green #32613A

Tints of Hunter Green #32613A

Color information

#32613A (or 0x32613A) is unknown color: approx Hunter Green. HEX triplet: 32, 61 and 3A. RGB value is (50,97,58). Sum of RGB (Red+Green+Blue) = 50+97+58=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #32613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613A is #CD9EC5. Grayscale: #4E4E4E. Windows color (decimal): -13475526 or 3825970. OLE color: 3825970.

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

Color convert

RGB509758-
CMYK0.4800.400.62
HSL130.21º31.97%28.82%-
HSV(B)130.21º48.45%38.04%-
XYZ6.359.535.51-
YUV78.5116.43107.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=24.39%
G=47.32%
B=28.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097580.4800.400.62130.2131.9728.82
Hex32613A300283E82201d
Octal621417260050762024035
Binary110010110000111101011000001010001111101000001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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