#3A6946

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

Shades of Hunter Green #3A6946

Tints of Hunter Green #3A6946

Color information

#3A6946 (or 0x3A6946) is unknown color: approx Hunter Green. HEX triplet: 3A, 69 and 46. RGB value is (58,105,70). Sum of RGB (Red+Green+Blue) = 58+105+70=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6946 is #C596B9. Grayscale: #575757. Windows color (decimal): -12949178 or 4614458. OLE color: 4614458.

HSL color Cylindrical-coordinate representation of color #3A6946: hue angle of 135.32º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6946 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB5810570-
CMYK0.4500.330.59
HSL135.32º28.83%31.96%-
HSV(B)135.32º44.76%41.18%-
XYZ7.911.447.59-
YUV86.96118.43107.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=24.89%
G=45.06%
B=30.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105700.4500.330.59135.3228.8331.96
Hex3A69462D0213B871d20
Octal7215110655041732073540
Binary1110101101001100011010110101000011110111000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6946; }

 p { color: rgb(58,105,70); }

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

<style>
 a { background-color: #3A6946; }

 a { background-color: rgb(58,105,70); }

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

<style>
 span { border-color: #3A6946; }

 span { border-color: rgb(58,105,70); }

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