Shades of Crusoe #14512F
Tints of Crusoe #14512F
RGB
CMYK
RGB Variations
Color information
#14512F (or 0x14512F) is known color: Crusoe. HEX triplet: 14, 51 and 2F. RGB value is (20,81,47). Sum of RGB (Red+Green+Blue) = 20+81+47=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #14512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14512F is #EBAED0. Grayscale: #3A3A3A. Windows color (decimal): -15445713 or 3100948. OLE color: 3100948.
HSL color Cylindrical-coordinate representation of color #14512F: hue angle of 146.56º 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 #14512F is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 47 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.68 |
| HSL | 146.56º | 0.6% | 0.2% | - |
| HSV(B) | 146.56º | 0.75% | 0.32% | - |
| XYZ | 3.74 | 6.24 | 3.7 | - |
| YUV | 58.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 47 | 0.75 | 0 | 0.42 | 0.68 | 146.56 | 0.6 | 0.2 |
| Hex | 14 | 51 | 2F | 4B | 0 | 2A | 44 | 93 | 3C | 14 |
| Octal | 24 | 121 | 57 | 113 | 0 | 52 | 104 | 223 | 74 | 24 |
| Binary | 10100 | 1010001 | 101111 | 1001011 | 0 | 101010 | 1000100 | 10010011 | 111100 | 10100 |
Color Harmonies of #14512F
Complementary color
Monochromatic Colors of #14512F
Black with #14512F
Text Example
Text Example
White with #14512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14512F; }
p { color: rgb(20,81,47); }
H1.HeaderClassName
{
color: #14512F;
}
.AnyTagClassName
{
color: #14512F;
}
</style>
background-color css
<style>
a { background-color: #14512F; }
a { background-color: rgb(20,81,47); }
div.DivClassName
{
background-color: #14512F;
}
.BgClassName
{
background-color: #14512F;
}
</style>
border-color css
<style>
span { border-color: #14512F; }
span { border-color: rgb(20,81,47); }
td.TdClassName
{
border-color: #14512F;
}
.TagClassName
{
border-color: #14512F;
}
</style>