#3A6B48

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

Shades of Hunter Green #3A6B48

Tints of Hunter Green #3A6B48

Color information

#3A6B48 (or 0x3A6B48) is unknown color: approx Hunter Green. HEX triplet: 3A, 6B and 48. RGB value is (58,107,72). Sum of RGB (Red+Green+Blue) = 58+107+72=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6B48 is #C594B7. Grayscale: #585858. Windows color (decimal): -12948664 or 4746042. OLE color: 4746042.

HSL color Cylindrical-coordinate representation of color #3A6B48: hue angle of 137.14º 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 #3A6B48 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB5810772-
CMYK0.4600.330.58
HSL137.14º29.7%32.35%-
HSV(B)137.14º45.79%41.96%-
XYZ8.1711.887.99-
YUV88.36118.77106.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=24.47%
G=45.15%
B=30.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107720.4600.330.58137.1429.732.35
Hex3A6B482E0213A891e20
Octal7215311056041722113640
Binary1110101101011100100010111001000011110101000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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