Shades of Crusoe #14571D
Tints of Crusoe #14571D
RGB
CMYK
RGB Variations
Color information
#14571D (or 0x14571D) is known color: Crusoe. HEX triplet: 14, 57 and 1D. RGB value is (20,87,29). Sum of RGB (Red+Green+Blue) = 20+87+29=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #14571D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14571D is #EBA8E2. Grayscale: #3C3C3C. Windows color (decimal): -15444195 or 1922836. OLE color: 1922836.
HSL color Cylindrical-coordinate representation of color #14571D: hue angle of 128.06º 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 #14571D is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 29 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.66 |
| HSL | 128.06º | 0.63% | 0.21% | - |
| HSV(B) | 128.06º | 0.77% | 0.34% | - |
| XYZ | 3.92 | 7.05 | 2.32 | - |
| YUV | 60.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 29 | 0.77 | 0 | 0.67 | 0.66 | 128.06 | 0.63 | 0.21 |
| Hex | 14 | 57 | 1D | 4D | 0 | 43 | 42 | 80 | 3F | 15 |
| Octal | 24 | 127 | 35 | 115 | 0 | 103 | 102 | 200 | 77 | 25 |
| Binary | 10100 | 1010111 | 11101 | 1001101 | 0 | 1000011 | 1000010 | 10000000 | 111111 | 10101 |
Color Harmonies of #14571D
Complementary color
Monochromatic Colors of #14571D
Black with #14571D
Text Example
Text Example
White with #14571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14571D; }
p { color: rgb(20,87,29); }
H1.HeaderClassName
{
color: #14571D;
}
.AnyTagClassName
{
color: #14571D;
}
</style>
background-color css
<style>
a { background-color: #14571D; }
a { background-color: rgb(20,87,29); }
div.DivClassName
{
background-color: #14571D;
}
.BgClassName
{
background-color: #14571D;
}
</style>
border-color css
<style>
span { border-color: #14571D; }
span { border-color: rgb(20,87,29); }
td.TdClassName
{
border-color: #14571D;
}
.TagClassName
{
border-color: #14571D;
}
</style>