Shades of Crusoe #14572A
Tints of Crusoe #14572A
RGB
CMYK
RGB Variations
Color information
#14572A (or 0x14572A) is known color: Crusoe. HEX triplet: 14, 57 and 2A. RGB value is (20,87,42). Sum of RGB (Red+Green+Blue) = 20+87+42=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #14572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14572A is #EBA8D5. Grayscale: #3D3D3D. Windows color (decimal): -15444182 or 2774804. OLE color: 2774804.
HSL color Cylindrical-coordinate representation of color #14572A: hue angle of 139.7º 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 #14572A is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 42 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.66 |
| HSL | 139.7º | 0.63% | 0.21% | - |
| HSV(B) | 139.7º | 0.77% | 0.34% | - |
| XYZ | 4.11 | 7.13 | 3.35 | - |
| YUV | 61.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 42 | 0.77 | 0 | 0.52 | 0.66 | 139.7 | 0.63 | 0.21 |
| Hex | 14 | 57 | 2A | 4D | 0 | 34 | 42 | 8C | 3F | 15 |
| Octal | 24 | 127 | 52 | 115 | 0 | 64 | 102 | 214 | 77 | 25 |
| Binary | 10100 | 1010111 | 101010 | 1001101 | 0 | 110100 | 1000010 | 10001100 | 111111 | 10101 |
Color Harmonies of #14572A
Complementary color
Monochromatic Colors of #14572A
Black with #14572A
Text Example
Text Example
White with #14572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14572A; }
p { color: rgb(20,87,42); }
H1.HeaderClassName
{
color: #14572A;
}
.AnyTagClassName
{
color: #14572A;
}
</style>
background-color css
<style>
a { background-color: #14572A; }
a { background-color: rgb(20,87,42); }
div.DivClassName
{
background-color: #14572A;
}
.BgClassName
{
background-color: #14572A;
}
</style>
border-color css
<style>
span { border-color: #14572A; }
span { border-color: rgb(20,87,42); }
td.TdClassName
{
border-color: #14572A;
}
.TagClassName
{
border-color: #14572A;
}
</style>