#3A6D40

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

Shades of Hunter Green #3A6D40

Tints of Hunter Green #3A6D40

Color information

#3A6D40 (or 0x3A6D40) is unknown color: approx Hunter Green. HEX triplet: 3A, 6D and 40. RGB value is (58,109,64). Sum of RGB (Red+Green+Blue) = 58+109+64=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D40 is #C592BF. Grayscale: #585858. Windows color (decimal): -12948160 or 4222266. OLE color: 4222266.

HSL color Cylindrical-coordinate representation of color #3A6D40: hue angle of 127.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D40 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB5810964-
CMYK0.4700.410.57
HSL127.06º30.54%32.75%-
HSV(B)127.06º46.79%42.75%-
XYZ8.1412.216.78-
YUV88.62114.1106.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.11%
GREEN value IS 109 (42.97% from 255) = 47.19%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=25.11%
G=47.19%
B=27.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109640.4700.410.57127.0630.5432.75
Hex3A6D402F029397f1f21
Octal7215510057051711773741
Binary111010110110110000001011110101001111001111111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,64); }

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

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

 a { background-color: rgb(58,109,64); }

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

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

 span { border-color: rgb(58,109,64); }

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