Shades of Log Cabin #353D25
Tints of Log Cabin #353D25
RGB
CMYK
RGB Variations
Color information
#353D25 (or 0x353D25) is known color: Log Cabin. HEX triplet: 35, 3D and 25. RGB value is (53,61,37). Sum of RGB (Red+Green+Blue) = 53+61+37=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #353D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D25 is #CAC2DA. Grayscale: #373737. Windows color (decimal): -13288155 or 2440501. OLE color: 2440501.
HSL color Cylindrical-coordinate representation of color #353D25: hue angle of 80º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353D25 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 37 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.76 |
| HSL | 80º | 0.24% | 0.19% | - |
| HSV(B) | 80º | 0.39% | 0.24% | - |
| XYZ | 3.47 | 4.23 | 2.38 | - |
| YUV | 55.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 37 | 0.13 | 0 | 0.39 | 0.76 | 80 | 0.24 | 0.19 |
| Hex | 35 | 3D | 25 | D | 0 | 27 | 4C | 50 | 18 | 13 |
| Octal | 65 | 75 | 45 | 15 | 0 | 47 | 114 | 120 | 30 | 23 |
| Binary | 110101 | 111101 | 100101 | 1101 | 0 | 100111 | 1001100 | 1010000 | 11000 | 10011 |
Color Harmonies of #353D25
Complementary color
Monochromatic Colors of #353D25
Black with #353D25
Text Example
Text Example
White with #353D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D25; }
p { color: rgb(53,61,37); }
H1.HeaderClassName
{
color: #353D25;
}
.AnyTagClassName
{
color: #353D25;
}
</style>
background-color css
<style>
a { background-color: #353D25; }
a { background-color: rgb(53,61,37); }
div.DivClassName
{
background-color: #353D25;
}
.BgClassName
{
background-color: #353D25;
}
</style>
border-color css
<style>
span { border-color: #353D25; }
span { border-color: rgb(53,61,37); }
td.TdClassName
{
border-color: #353D25;
}
.TagClassName
{
border-color: #353D25;
}
</style>