Shades of Crusoe #14512A
Tints of Crusoe #14512A
RGB
CMYK
RGB Variations
Color information
#14512A (or 0x14512A) is known color: Crusoe. HEX triplet: 14, 51 and 2A. RGB value is (20,81,42). Sum of RGB (Red+Green+Blue) = 20+81+42=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #14512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14512A is #EBAED5. Grayscale: #3A3A3A. Windows color (decimal): -15445718 or 2773268. OLE color: 2773268.
HSL color Cylindrical-coordinate representation of color #14512A: hue angle of 141.64º 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 #14512A is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 42 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.68 |
| HSL | 141.64º | 0.6% | 0.2% | - |
| HSV(B) | 141.64º | 0.75% | 0.32% | - |
| XYZ | 3.65 | 6.2 | 3.2 | - |
| YUV | 58.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 42 | 0.75 | 0 | 0.48 | 0.68 | 141.64 | 0.6 | 0.2 |
| Hex | 14 | 51 | 2A | 4B | 0 | 30 | 44 | 8E | 3C | 14 |
| Octal | 24 | 121 | 52 | 113 | 0 | 60 | 104 | 216 | 74 | 24 |
| Binary | 10100 | 1010001 | 101010 | 1001011 | 0 | 110000 | 1000100 | 10001110 | 111100 | 10100 |
Color Harmonies of #14512A
Complementary color
Monochromatic Colors of #14512A
Black with #14512A
Text Example
Text Example
White with #14512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14512A; }
p { color: rgb(20,81,42); }
H1.HeaderClassName
{
color: #14512A;
}
.AnyTagClassName
{
color: #14512A;
}
</style>
background-color css
<style>
a { background-color: #14512A; }
a { background-color: rgb(20,81,42); }
div.DivClassName
{
background-color: #14512A;
}
.BgClassName
{
background-color: #14512A;
}
</style>
border-color css
<style>
span { border-color: #14512A; }
span { border-color: rgb(20,81,42); }
td.TdClassName
{
border-color: #14512A;
}
.TagClassName
{
border-color: #14512A;
}
</style>