#3A6B45

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

Shades of Hunter Green #3A6B45

Tints of Hunter Green #3A6B45

Color information

#3A6B45 (or 0x3A6B45) is unknown color: approx Hunter Green. HEX triplet: 3A, 6B and 45. RGB value is (58,107,69). Sum of RGB (Red+Green+Blue) = 58+107+69=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B45 is #C594BA. Grayscale: #585858. Windows color (decimal): -12948667 or 4549434. OLE color: 4549434.

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

Color convert

RGB5810769-
CMYK0.4600.360.58
HSL133.47º29.7%32.35%-
HSV(B)133.47º45.79%41.96%-
XYZ8.0811.847.49-
YUV88.02117.27106.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=24.79%
G=45.73%
B=29.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107690.4600.360.58133.4729.732.35
Hex3A6B452E0243A851e20
Octal7215310556044722053640
Binary1110101101011100010110111001001001110101000010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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