#3D4928

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

Shades of Bronzetone #3D4928

Tints of Bronzetone #3D4928

Color information

#3D4928 (or 0x3D4928) is unknown color: approx Bronzetone. HEX triplet: 3D, 49 and 28. RGB value is (61,73,40). Sum of RGB (Red+Green+Blue) = 61+73+40=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4928 is #C2B6D7. Grayscale: #414141. Windows color (decimal): -12760792 or 2640189. OLE color: 2640189.

HSL color Cylindrical-coordinate representation of color #3D4928: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4928 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB617340-
CMYK0.1600.450.71
HSL81.82º29.2%22.16%-
HSV(B)81.82º45.21%28.63%-
XYZ4.695.912.9-
YUV65.65113.52124.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=35.06%
G=41.95%
B=22.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173400.1600.450.7181.8229.222.16
Hex3D49281002D47521d16
Octal7511150200551071223526
Binary1111011001001101000100000101101100011110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,40); }

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

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

 a { background-color: rgb(61,73,40); }

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

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

 span { border-color: rgb(61,73,40); }

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