#3C4134

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

Shades of Log Cabin #3C4134

Tints of Log Cabin #3C4134

Color information

#3C4134 (or 0x3C4134) is unknown color: approx Log Cabin. HEX triplet: 3C, 41 and 34. RGB value is (60,65,52). Sum of RGB (Red+Green+Blue) = 60+65+52=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4134 is #C3BECB. Grayscale: #3E3E3E. Windows color (decimal): -12828364 or 3424572. OLE color: 3424572.

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

Color convert

RGB606552-
CMYK0.0800.200.75
HSL83.08º11.11%22.94%-
HSV(B)83.08º20%25.49%-
XYZ4.374.993.98-
YUV62.02122.34126.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=33.90%
G=36.72%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065520.0800.200.7583.0811.1122.94
Hex3C413480144B53b17
Octal7410164100241131231327
Binary1111001000001110100100001010010010111010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,52); }

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

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

 a { background-color: rgb(60,65,52); }

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

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

 span { border-color: rgb(60,65,52); }

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