Shades of Log Cabin #3E4530
Tints of Log Cabin #3E4530
RGB
CMYK
RGB Variations
Color information
#3E4530 (or 0x3E4530) is known color: Log Cabin. HEX triplet: 3E, 45 and 30. RGB value is (62,69,48). Sum of RGB (Red+Green+Blue) = 62+69+48=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4530 is #C1BACF. Grayscale: #404040. Windows color (decimal): -12696272 or 3163454. OLE color: 3163454.
HSL color Cylindrical-coordinate representation of color #3E4530: hue angle of 80º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E4530 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 48 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.73 |
| HSL | 80º | 0.18% | 0.23% | - |
| HSV(B) | 80º | 0.3% | 0.27% | - |
| XYZ | 4.65 | 5.49 | 3.61 | - |
| YUV | 64.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 48 | 0.10 | 0 | 0.30 | 0.73 | 80 | 0.18 | 0.23 |
| Hex | 3E | 45 | 30 | A | 0 | 1E | 49 | 50 | 12 | 17 |
| Octal | 76 | 105 | 60 | 12 | 0 | 36 | 111 | 120 | 22 | 27 |
| Binary | 111110 | 1000101 | 110000 | 1010 | 0 | 11110 | 1001001 | 1010000 | 10010 | 10111 |
Color Harmonies of #3E4530
Complementary color
Monochromatic Colors of #3E4530
Black with #3E4530
Text Example
Text Example
White with #3E4530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4530; }
p { color: rgb(62,69,48); }
H1.HeaderClassName
{
color: #3E4530;
}
.AnyTagClassName
{
color: #3E4530;
}
</style>
background-color css
<style>
a { background-color: #3E4530; }
a { background-color: rgb(62,69,48); }
div.DivClassName
{
background-color: #3E4530;
}
.BgClassName
{
background-color: #3E4530;
}
</style>
border-color css
<style>
span { border-color: #3E4530; }
span { border-color: rgb(62,69,48); }
td.TdClassName
{
border-color: #3E4530;
}
.TagClassName
{
border-color: #3E4530;
}
</style>