#3A5F40

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

Shades of Hunter Green #3A5F40

Tints of Hunter Green #3A5F40

Color information

#3A5F40 (or 0x3A5F40) is unknown color: approx Hunter Green. HEX triplet: 3A, 5F and 40. RGB value is (58,95,64). Sum of RGB (Red+Green+Blue) = 58+95+64=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F40 is #C5A0BF. Grayscale: #505050. Windows color (decimal): -12951744 or 4218682. OLE color: 4218682.

HSL color Cylindrical-coordinate representation of color #3A5F40: hue angle of 129.73º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F40 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB589564-
CMYK0.3900.330.63
HSL129.73º24.18%30%-
HSV(B)129.73º38.95%37.25%-
XYZ6.769.456.32-
YUV80.4118.74112.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=26.73%
G=43.78%
B=29.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5895640.3900.330.63129.7324.1830
Hex3A5F40270213F82181e
Octal7213710047041772023036
Binary111010101111110000001001110100001111111100000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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