#3C3935

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

Shades of Acadia #3C3935

Tints of Acadia #3C3935

Color information

#3C3935 (or 0x3C3935) is unknown color: approx Acadia. HEX triplet: 3C, 39 and 35. RGB value is (60,57,53). Sum of RGB (Red+Green+Blue) = 60+57+53=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3935 is #C3C6CA. Grayscale: #393939. Windows color (decimal): -12830411 or 3488060. OLE color: 3488060.

HSL color Cylindrical-coordinate representation of color #3C3935: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3935 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB605753-
CMYK00.050.120.76
HSL34.29º6.19%22.16%-
HSV(B)34.29º11.67%23.53%-
XYZ3.974.143.96-
YUV57.44125.49129.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=35.29%
G=33.53%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60575300.050.120.7634.296.1922.16
Hex3C393505C4C22616
Octal747165051411442626
Binary11110011100111010101011100100110010001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,53); }

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

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

 a { background-color: rgb(60,57,53); }

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

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

 span { border-color: rgb(60,57,53); }

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