#3A6845

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

Shades of Hunter Green #3A6845

Tints of Hunter Green #3A6845

Color information

#3A6845 (or 0x3A6845) is unknown color: approx Hunter Green. HEX triplet: 3A, 68 and 45. RGB value is (58,104,69). Sum of RGB (Red+Green+Blue) = 58+104+69=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6845 is #C597BA. Grayscale: #565656. Windows color (decimal): -12949435 or 4548666. OLE color: 4548666.

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

Color convert

RGB5810469-
CMYK0.4400.340.59
HSL134.35º28.4%31.76%-
HSV(B)134.35º44.23%40.78%-
XYZ7.7711.237.39-
YUV86.26118.26107.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.11%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=25.11%
G=45.02%
B=29.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58104690.4400.340.59134.3528.431.76
Hex3A68452C0223B861c20
Octal7215010554042732063440
Binary1110101101000100010110110001000101110111000011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,69); }

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

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

 a { background-color: rgb(58,104,69); }

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

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

 span { border-color: rgb(58,104,69); }

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