Shades of Log Cabin #353A2B
Tints of Log Cabin #353A2B
RGB
CMYK
RGB Variations
Color information
#353A2B (or 0x353A2B) is known color: Log Cabin. HEX triplet: 35, 3A and 2B. RGB value is (53,58,43). Sum of RGB (Red+Green+Blue) = 53+58+43=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2B is #CAC5D4. Grayscale: #363636. Windows color (decimal): -13288917 or 2832949. OLE color: 2832949.
HSL color Cylindrical-coordinate representation of color #353A2B: hue angle of 80º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353A2B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
RGB | 53 | 58 | 43 | - |
CMYK | 0.09 | 0 | 0.26 | 0.77 |
HSL | 80º | 0.15% | 0.2% | - |
HSV(B) | 80º | 0.26% | 0.23% | - |
XYZ | 3.42 | 3.96 | 2.87 | - |
YUV | 54.8 | 121.34 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 58 | 43 | 0.09 | 0 | 0.26 | 0.77 | 80 | 0.15 | 0.2 |
Hex | 35 | 3A | 2B | 9 | 0 | 1A | 4D | 50 | F | 14 |
Octal | 65 | 72 | 53 | 11 | 0 | 32 | 115 | 120 | 17 | 24 |
Binary | 110101 | 111010 | 101011 | 1001 | 0 | 11010 | 1001101 | 1010000 | 1111 | 10100 |
Color Harmonies of #353A2B
Complementary color
Monochromatic Colors of #353A2B
Black with #353A2B
Text Example
Text Example
White with #353A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A2B; }
p { color: rgb(53,58,43); }
H1.HeaderClassName
{
color: #353A2B;
}
.AnyTagClassName
{
color: #353A2B;
}
</style>
background-color css
<style>
a { background-color: #353A2B; }
a { background-color: rgb(53,58,43); }
div.DivClassName
{
background-color: #353A2B;
}
.BgClassName
{
background-color: #353A2B;
}
</style>
border-color css
<style>
span { border-color: #353A2B; }
span { border-color: rgb(53,58,43); }
td.TdClassName
{
border-color: #353A2B;
}
.TagClassName
{
border-color: #353A2B;
}
</style>