#3C4B22

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

Shades of Bronzetone #3C4B22

Tints of Bronzetone #3C4B22

Color information

#3C4B22 (or 0x3C4B22) is unknown color: approx Bronzetone. HEX triplet: 3C, 4B and 22. RGB value is (60,75,34). Sum of RGB (Red+Green+Blue) = 60+75+34=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4B22 is #C3B4DD. Grayscale: #414141. Windows color (decimal): -12825822 or 2247484. OLE color: 2247484.

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

Color convert

RGB607534-
CMYK0.2000.550.71
HSL81.95º37.61%21.37%-
HSV(B)81.95º54.67%29.41%-
XYZ4.676.112.45-
YUV65.84110.03123.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.50%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=35.50%
G=44.38%
B=20.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6075340.2000.550.7181.9537.6121.37
Hex3C4B221403747522615
Octal7411342240671071224625
Binary11110010010111000101010001101111000111101001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,75,34); }

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

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

 a { background-color: rgb(60,75,34); }

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

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

 span { border-color: rgb(60,75,34); }

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