#3D4E22

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

Shades of Bronzetone #3D4E22

Tints of Bronzetone #3D4E22

Color information

#3D4E22 (or 0x3D4E22) is unknown color: approx Bronzetone. HEX triplet: 3D, 4E and 22. RGB value is (61,78,34). Sum of RGB (Red+Green+Blue) = 61+78+34=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E22 is #C2B1DD. Grayscale: #444444. Windows color (decimal): -12759518 or 2248253. OLE color: 2248253.

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

Color convert

RGB617834-
CMYK0.2200.560.69
HSL83.18º39.29%21.96%-
HSV(B)83.18º56.41%30.59%-
XYZ4.946.562.52-
YUV67.9108.87123.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=35.26%
G=45.09%
B=19.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6178340.2200.560.6983.1839.2921.96
Hex3D4E221603845532716
Octal7511642260701051234726
Binary11110110011101000101011001110001000101101001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,34); }

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

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

 a { background-color: rgb(61,78,34); }

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

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

 span { border-color: rgb(61,78,34); }

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