#3A6440

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

Shades of Hunter Green #3A6440

Tints of Hunter Green #3A6440

Color information

#3A6440 (or 0x3A6440) is unknown color: approx Hunter Green. HEX triplet: 3A, 64 and 40. RGB value is (58,100,64). Sum of RGB (Red+Green+Blue) = 58+100+64=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6440 is #C59BBF. Grayscale: #535353. Windows color (decimal): -12950464 or 4219962. OLE color: 4219962.

HSL color Cylindrical-coordinate representation of color #3A6440: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A6440 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB5810064-
CMYK0.4200.360.61
HSL128.57º26.58%30.98%-
HSV(B)128.57º42%39.22%-
XYZ7.2310.386.47-
YUV83.34117.09109.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=26.13%
G=45.05%
B=28.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100640.4200.360.61128.5726.5830.98
Hex3A64402A0243D811b1f
Octal7214410052044752013337
Binary111010110010010000001010100100100111101100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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