Shades of Log Cabin #353B27
Tints of Log Cabin #353B27
RGB
CMYK
RGB Variations
Color information
#353B27 (or 0x353B27) is known color: Log Cabin. HEX triplet: 35, 3B and 27. RGB value is (53,59,39). Sum of RGB (Red+Green+Blue) = 53+59+39=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #353B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B27 is #CAC4D8. Grayscale: #363636. Windows color (decimal): -13288665 or 2571061. OLE color: 2571061.
HSL color Cylindrical-coordinate representation of color #353B27: hue angle of 78º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353B27 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 39 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.77 |
| HSL | 78º | 0.2% | 0.19% | - |
| HSV(B) | 78º | 0.34% | 0.23% | - |
| XYZ | 3.4 | 4.03 | 2.52 | - |
| YUV | 54.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 39 | 0.10 | 0 | 0.34 | 0.77 | 78 | 0.2 | 0.19 |
| Hex | 35 | 3B | 27 | A | 0 | 22 | 4D | 4E | 14 | 13 |
| Octal | 65 | 73 | 47 | 12 | 0 | 42 | 115 | 116 | 24 | 23 |
| Binary | 110101 | 111011 | 100111 | 1010 | 0 | 100010 | 1001101 | 1001110 | 10100 | 10011 |
Color Harmonies of #353B27
Complementary color
Monochromatic Colors of #353B27
Black with #353B27
Text Example
Text Example
White with #353B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B27; }
p { color: rgb(53,59,39); }
H1.HeaderClassName
{
color: #353B27;
}
.AnyTagClassName
{
color: #353B27;
}
</style>
background-color css
<style>
a { background-color: #353B27; }
a { background-color: rgb(53,59,39); }
div.DivClassName
{
background-color: #353B27;
}
.BgClassName
{
background-color: #353B27;
}
</style>
border-color css
<style>
span { border-color: #353B27; }
span { border-color: rgb(53,59,39); }
td.TdClassName
{
border-color: #353B27;
}
.TagClassName
{
border-color: #353B27;
}
</style>