#32613E

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

Shades of Hunter Green #32613E

Tints of Hunter Green #32613E

Color information

#32613E (or 0x32613E) is unknown color: approx Hunter Green. HEX triplet: 32, 61 and 3E. RGB value is (50,97,62). Sum of RGB (Red+Green+Blue) = 50+97+62=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #32613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32613E is #CD9EC1. Grayscale: #4F4F4F. Windows color (decimal): -13475522 or 4088114. OLE color: 4088114.

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

Color convert

RGB509762-
CMYK0.4800.360.62
HSL135.32º31.97%28.82%-
HSV(B)135.32º48.45%38.04%-
XYZ6.469.586.07-
YUV78.96118.43107.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=23.92%
G=46.41%
B=29.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097620.4800.360.62135.3231.9728.82
Hex32613E300243E87201d
Octal621417660044762074035
Binary110010110000111111011000001001001111101000011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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