Shades of Log Cabin #3C4134
Tints of Log Cabin #3C4134
RGB
CMYK
RGB Variations
Color information
#3C4134 (or 0x3C4134) is known color: 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
| RGB | 60 | 65 | 52 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.75 |
| HSL | 83.08º | 0.11% | 0.23% | - |
| HSV(B) | 83.08º | 0.2% | 0.25% | - |
| XYZ | 4.37 | 4.99 | 3.98 | - |
| YUV | 62.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 52 | 0.08 | 0 | 0.20 | 0.75 | 83.08 | 0.11 | 0.23 |
| Hex | 3C | 41 | 34 | 8 | 0 | 14 | 4B | 53 | B | 17 |
| Octal | 74 | 101 | 64 | 10 | 0 | 24 | 113 | 123 | 13 | 27 |
| Binary | 111100 | 1000001 | 110100 | 1000 | 0 | 10100 | 1001011 | 1010011 | 1011 | 10111 |
Color Harmonies of #3C4134
Complementary color
Monochromatic Colors of #3C4134
Black with #3C4134
Text Example
Text Example
White with #3C4134
Text Example
Text Example
HTML Codes & Css Web 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>