#3A6A44

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

Shades of Hunter Green #3A6A44

Tints of Hunter Green #3A6A44

Color information

#3A6A44 (or 0x3A6A44) is unknown color: approx Hunter Green. HEX triplet: 3A, 6A and 44. RGB value is (58,106,68). Sum of RGB (Red+Green+Blue) = 58+106+68=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A44 is #C595BB. Grayscale: #575757. Windows color (decimal): -12948924 or 4483642. OLE color: 4483642.

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

Color convert

RGB5810668-
CMYK0.4500.360.58
HSL132.5º29.27%32.16%-
HSV(B)132.5º45.28%41.57%-
XYZ7.9411.627.29-
YUV87.32117.1107.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=25%
G=45.69%
B=29.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58106680.4500.360.58132.529.2732.16
Hex3A6A442D0243A841d20
Octal7215210455044722043540
Binary1110101101010100010010110101001001110101000010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,68); }

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

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

 a { background-color: rgb(58,106,68); }

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

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

 span { border-color: rgb(58,106,68); }

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