#3C4036

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

Shades of Log Cabin #3C4036

Tints of Log Cabin #3C4036

Color information

#3C4036 (or 0x3C4036) is unknown color: approx Log Cabin. HEX triplet: 3C, 40 and 36. RGB value is (60,64,54). Sum of RGB (Red+Green+Blue) = 60+64+54=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4036 is #C3BFC9. Grayscale: #3D3D3D. Windows color (decimal): -12828618 or 3555388. OLE color: 3555388.

HSL color Cylindrical-coordinate representation of color #3C4036: hue angle of 84º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3C4036 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB606454-
CMYK0.0600.160.75
HSL84º8.47%23.14%-
HSV(B)84º15.62%25.1%-
XYZ4.364.894.2-
YUV61.66123.67126.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=33.71%
G=35.96%
B=30.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064540.0600.160.75848.4723.14
Hex3C403660104B54817
Octal741006660201131241027
Binary111100100000011011011001000010010111010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,54); }

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

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

 a { background-color: rgb(60,64,54); }

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

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

 span { border-color: rgb(60,64,54); }

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