Shades of Crusoe #14572C
Tints of Crusoe #14572C
RGB
CMYK
RGB Variations
Color information
#14572C (or 0x14572C) is known color: Crusoe. HEX triplet: 14, 57 and 2C. RGB value is (20,87,44). Sum of RGB (Red+Green+Blue) = 20+87+44=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #14572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14572C is #EBA8D3. Grayscale: #3E3E3E. Windows color (decimal): -15444180 or 2905876. OLE color: 2905876.
HSL color Cylindrical-coordinate representation of color #14572C: hue angle of 141.49º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14572C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 44 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.66 |
| HSL | 141.49º | 0.63% | 0.21% | - |
| HSV(B) | 141.49º | 0.77% | 0.34% | - |
| XYZ | 4.15 | 7.15 | 3.54 | - |
| YUV | 62.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 44 | 0.77 | 0 | 0.49 | 0.66 | 141.49 | 0.63 | 0.21 |
| Hex | 14 | 57 | 2C | 4D | 0 | 31 | 42 | 8D | 3F | 15 |
| Octal | 24 | 127 | 54 | 115 | 0 | 61 | 102 | 215 | 77 | 25 |
| Binary | 10100 | 1010111 | 101100 | 1001101 | 0 | 110001 | 1000010 | 10001101 | 111111 | 10101 |
Color Harmonies of #14572C
Complementary color
Monochromatic Colors of #14572C
Black with #14572C
Text Example
Text Example
White with #14572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14572C; }
p { color: rgb(20,87,44); }
H1.HeaderClassName
{
color: #14572C;
}
.AnyTagClassName
{
color: #14572C;
}
</style>
background-color css
<style>
a { background-color: #14572C; }
a { background-color: rgb(20,87,44); }
div.DivClassName
{
background-color: #14572C;
}
.BgClassName
{
background-color: #14572C;
}
</style>
border-color css
<style>
span { border-color: #14572C; }
span { border-color: rgb(20,87,44); }
td.TdClassName
{
border-color: #14572C;
}
.TagClassName
{
border-color: #14572C;
}
</style>