Shades of Log Cabin #343B27
Tints of Log Cabin #343B27
RGB
CMYK
RGB Variations
Color information
#343B27 (or 0x343B27) is known color: Log Cabin. HEX triplet: 34, 3B and 27. RGB value is (52,59,39). Sum of RGB (Red+Green+Blue) = 52+59+39=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #343B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B27 is #CBC4D8. Grayscale: #363636. Windows color (decimal): -13354201 or 2571060. OLE color: 2571060.
HSL color Cylindrical-coordinate representation of color #343B27: hue angle of 81º 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 #343B27 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 39 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.77 |
| HSL | 81º | 0.2% | 0.19% | - |
| HSV(B) | 81º | 0.34% | 0.23% | - |
| XYZ | 3.35 | 4 | 2.52 | - |
| YUV | 54.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 39 | 0.12 | 0 | 0.34 | 0.77 | 81 | 0.2 | 0.19 |
| Hex | 34 | 3B | 27 | C | 0 | 22 | 4D | 51 | 14 | 13 |
| Octal | 64 | 73 | 47 | 14 | 0 | 42 | 115 | 121 | 24 | 23 |
| Binary | 110100 | 111011 | 100111 | 1100 | 0 | 100010 | 1001101 | 1010001 | 10100 | 10011 |
Color Harmonies of #343B27
Complementary color
Monochromatic Colors of #343B27
Black with #343B27
Text Example
Text Example
White with #343B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B27; }
p { color: rgb(52,59,39); }
H1.HeaderClassName
{
color: #343B27;
}
.AnyTagClassName
{
color: #343B27;
}
</style>
background-color css
<style>
a { background-color: #343B27; }
a { background-color: rgb(52,59,39); }
div.DivClassName
{
background-color: #343B27;
}
.BgClassName
{
background-color: #343B27;
}
</style>
border-color css
<style>
span { border-color: #343B27; }
span { border-color: rgb(52,59,39); }
td.TdClassName
{
border-color: #343B27;
}
.TagClassName
{
border-color: #343B27;
}
</style>