#3C3B37

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

Shades of Woodrush #3C3B37

Tints of Woodrush #3C3B37

Color information

#3C3B37 (or 0x3C3B37) is unknown color: approx Woodrush. HEX triplet: 3C, 3B and 37. RGB value is (60,59,55). Sum of RGB (Red+Green+Blue) = 60+59+55=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B37 is #C3C4C8. Grayscale: #3A3A3A. Windows color (decimal): -12829897 or 3619644. OLE color: 3619644.

HSL color Cylindrical-coordinate representation of color #3C3B37: hue angle of 48º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C3B37 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB605955-
CMYK00.020.080.76
HSL48º4.35%22.55%-
HSV(B)48º8.33%23.53%-
XYZ4.124.364.24-
YUV58.84125.83128.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=34.48%
G=33.91%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60595500.020.080.76484.3522.55
Hex3C3B370284C30417
Octal747367021011460427
Binary1111001110111101110101000100110011000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,55); }

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

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

 a { background-color: rgb(60,59,55); }

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

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

 span { border-color: rgb(60,59,55); }

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