Shades of Crusoe #14512C
Tints of Crusoe #14512C
RGB
CMYK
RGB Variations
Color information
#14512C (or 0x14512C) is known color: Crusoe. HEX triplet: 14, 51 and 2C. RGB value is (20,81,44). Sum of RGB (Red+Green+Blue) = 20+81+44=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #14512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14512C is #EBAED3. Grayscale: #3A3A3A. Windows color (decimal): -15445716 or 2904340. OLE color: 2904340.
HSL color Cylindrical-coordinate representation of color #14512C: hue angle of 143.61º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14512C is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 44 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.68 |
| HSL | 143.61º | 0.6% | 0.2% | - |
| HSV(B) | 143.61º | 0.75% | 0.32% | - |
| XYZ | 3.69 | 6.22 | 3.39 | - |
| YUV | 58.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 44 | 0.75 | 0 | 0.46 | 0.68 | 143.61 | 0.6 | 0.2 |
| Hex | 14 | 51 | 2C | 4B | 0 | 2E | 44 | 90 | 3C | 14 |
| Octal | 24 | 121 | 54 | 113 | 0 | 56 | 104 | 220 | 74 | 24 |
| Binary | 10100 | 1010001 | 101100 | 1001011 | 0 | 101110 | 1000100 | 10010000 | 111100 | 10100 |
Color Harmonies of #14512C
Complementary color
Monochromatic Colors of #14512C
Black with #14512C
Text Example
Text Example
White with #14512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14512C; }
p { color: rgb(20,81,44); }
H1.HeaderClassName
{
color: #14512C;
}
.AnyTagClassName
{
color: #14512C;
}
</style>
background-color css
<style>
a { background-color: #14512C; }
a { background-color: rgb(20,81,44); }
div.DivClassName
{
background-color: #14512C;
}
.BgClassName
{
background-color: #14512C;
}
</style>
border-color css
<style>
span { border-color: #14512C; }
span { border-color: rgb(20,81,44); }
td.TdClassName
{
border-color: #14512C;
}
.TagClassName
{
border-color: #14512C;
}
</style>