#3D4924

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

Shades of Bronzetone #3D4924

Tints of Bronzetone #3D4924

Color information

#3D4924 (or 0x3D4924) is unknown color: approx Bronzetone. HEX triplet: 3D, 49 and 24. RGB value is (61,73,36). Sum of RGB (Red+Green+Blue) = 61+73+36=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4924 is #C2B6DB. Grayscale: #414141. Windows color (decimal): -12760796 or 2378045. OLE color: 2378045.

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

Color convert

RGB617336-
CMYK0.1600.510.71
HSL79.46º33.94%21.37%-
HSV(B)79.46º50.68%28.63%-
XYZ4.635.882.56-
YUV65.19111.52125.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=35.88%
G=42.94%
B=21.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173360.1600.510.7179.4633.9421.37
Hex3D492410033474f2215
Octal7511144200631071174225
Binary11110110010011001001000001100111000111100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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