Shades of Crusoe #14572D
Tints of Crusoe #14572D
RGB
CMYK
RGB Variations
Color information
#14572D (or 0x14572D) is known color: Crusoe. HEX triplet: 14, 57 and 2D. RGB value is (20,87,45). Sum of RGB (Red+Green+Blue) = 20+87+45=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #14572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14572D is #EBA8D2. Grayscale: #3E3E3E. Windows color (decimal): -15444179 or 2971412. OLE color: 2971412.
HSL color Cylindrical-coordinate representation of color #14572D: hue angle of 142.39º 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 #14572D is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 45 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.66 |
| HSL | 142.39º | 0.63% | 0.21% | - |
| HSV(B) | 142.39º | 0.77% | 0.34% | - |
| XYZ | 4.17 | 7.15 | 3.64 | - |
| YUV | 62.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 45 | 0.77 | 0 | 0.48 | 0.66 | 142.39 | 0.63 | 0.21 |
| Hex | 14 | 57 | 2D | 4D | 0 | 30 | 42 | 8E | 3F | 15 |
| Octal | 24 | 127 | 55 | 115 | 0 | 60 | 102 | 216 | 77 | 25 |
| Binary | 10100 | 1010111 | 101101 | 1001101 | 0 | 110000 | 1000010 | 10001110 | 111111 | 10101 |
Color Harmonies of #14572D
Complementary color
Monochromatic Colors of #14572D
Black with #14572D
Text Example
Text Example
White with #14572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14572D; }
p { color: rgb(20,87,45); }
H1.HeaderClassName
{
color: #14572D;
}
.AnyTagClassName
{
color: #14572D;
}
</style>
background-color css
<style>
a { background-color: #14572D; }
a { background-color: rgb(20,87,45); }
div.DivClassName
{
background-color: #14572D;
}
.BgClassName
{
background-color: #14572D;
}
</style>
border-color css
<style>
span { border-color: #14572D; }
span { border-color: rgb(20,87,45); }
td.TdClassName
{
border-color: #14572D;
}
.TagClassName
{
border-color: #14572D;
}
</style>