#32603A

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

Shades of Hunter Green #32603A

Tints of Hunter Green #32603A

Color information

#32603A (or 0x32603A) is unknown color: approx Hunter Green. HEX triplet: 32, 60 and 3A. RGB value is (50,96,58). Sum of RGB (Red+Green+Blue) = 50+96+58=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #32603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32603A is #CD9FC5. Grayscale: #4E4E4E. Windows color (decimal): -13475782 or 3825714. OLE color: 3825714.

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

Color convert

RGB509658-
CMYK0.4800.400.62
HSL130.43º31.51%28.63%-
HSV(B)130.43º47.92%37.65%-
XYZ6.269.355.48-
YUV77.91116.76108.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=24.51%
G=47.06%
B=28.43%

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
Decimal5096580.4800.400.62130.4331.5128.63
Hex32603A300283E82201d
Octal621407260050762024035
Binary110010110000011101011000001010001111101000001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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