#3A513B

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

Shades of Hunter Green #3A513B

Tints of Hunter Green #3A513B

Color information

#3A513B (or 0x3A513B) is unknown color: approx Hunter Green. HEX triplet: 3A, 51 and 3B. RGB value is (58,81,59). Sum of RGB (Red+Green+Blue) = 58+81+59=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #3A513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A513B is #C5AEC4. Grayscale: #474747. Windows color (decimal): -12955333 or 3887418. OLE color: 3887418.

HSL color Cylindrical-coordinate representation of color #3A513B: hue angle of 122.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A513B is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB588159-
CMYK0.2800.270.68
HSL122.61º16.55%27.25%-
HSV(B)122.61º28.4%31.76%-
XYZ5.487.15.22-
YUV71.61120.88118.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=29.29%
G=40.91%
B=29.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881590.2800.270.68122.6116.5527.25
Hex3A513B1C01B447b111b
Octal7212173340331041732133
Binary111010101000111101111100011011100010011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,59); }

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

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

 a { background-color: rgb(58,81,59); }

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

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

 span { border-color: rgb(58,81,59); }

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