#3A5019

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

Shades of Bronzetone #3A5019

Tints of Bronzetone #3A5019

Color information

#3A5019 (or 0x3A5019) is unknown color: approx Bronzetone. HEX triplet: 3A, 50 and 19. RGB value is (58,80,25). Sum of RGB (Red+Green+Blue) = 58+80+25=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5019 is #C5AFE6. Grayscale: #434343. Windows color (decimal): -12955623 or 1658938. OLE color: 1658938.

HSL color Cylindrical-coordinate representation of color #3A5019: hue angle of 84º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A5019 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB588025-
CMYK0.2800.690.69
HSL84º52.38%20.59%-
HSV(B)84º68.75%31.37%-
XYZ4.796.711.96-
YUV67.15104.21121.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=35.58%
G=49.08%
B=15.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880250.2800.690.698452.3820.59
Hex3A50191C04545543415
Octal72120313401051051246425
Binary11101010100001100111100010001011000101101010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,25); }

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

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

 a { background-color: rgb(58,80,25); }

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

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

 span { border-color: rgb(58,80,25); }

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