Shades of Log Cabin #353A2D
Tints of Log Cabin #353A2D
RGB
CMYK
RGB Variations
Color information
#353A2D (or 0x353A2D) is known color: Log Cabin. HEX triplet: 35, 3A and 2D. RGB value is (53,58,45). Sum of RGB (Red+Green+Blue) = 53+58+45=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2D is #CAC5D2. Grayscale: #373737. Windows color (decimal): -13288915 or 2964021. OLE color: 2964021.
HSL color Cylindrical-coordinate representation of color #353A2D: hue angle of 83.08º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353A2D is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
RGB | 53 | 58 | 45 | - |
CMYK | 0.09 | 0 | 0.22 | 0.77 |
HSL | 83.08º | 0.13% | 0.2% | - |
HSV(B) | 83.08º | 0.22% | 0.23% | - |
XYZ | 3.45 | 3.97 | 3.07 | - |
YUV | 55.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 58 | 45 | 0.09 | 0 | 0.22 | 0.77 | 83.08 | 0.13 | 0.2 |
Hex | 35 | 3A | 2D | 9 | 0 | 16 | 4D | 53 | D | 14 |
Octal | 65 | 72 | 55 | 11 | 0 | 26 | 115 | 123 | 15 | 24 |
Binary | 110101 | 111010 | 101101 | 1001 | 0 | 10110 | 1001101 | 1010011 | 1101 | 10100 |
Color Harmonies of #353A2D
Complementary color
Monochromatic Colors of #353A2D
Black with #353A2D
Text Example
Text Example
White with #353A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A2D; }
p { color: rgb(53,58,45); }
H1.HeaderClassName
{
color: #353A2D;
}
.AnyTagClassName
{
color: #353A2D;
}
</style>
background-color css
<style>
a { background-color: #353A2D; }
a { background-color: rgb(53,58,45); }
div.DivClassName
{
background-color: #353A2D;
}
.BgClassName
{
background-color: #353A2D;
}
</style>
border-color css
<style>
span { border-color: #353A2D; }
span { border-color: rgb(53,58,45); }
td.TdClassName
{
border-color: #353A2D;
}
.TagClassName
{
border-color: #353A2D;
}
</style>