Shades of Crusoe #14591D
Tints of Crusoe #14591D
RGB
CMYK
RGB Variations
Color information
#14591D (or 0x14591D) is known color: Crusoe. HEX triplet: 14, 59 and 1D. RGB value is (20,89,29). Sum of RGB (Red+Green+Blue) = 20+89+29=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #14591D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14591D is #EBA6E2. Grayscale: #3D3D3D. Windows color (decimal): -15443683 or 1923348. OLE color: 1923348.
HSL color Cylindrical-coordinate representation of color #14591D: hue angle of 127.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14591D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 29 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.65 |
| HSL | 127.83º | 0.63% | 0.21% | - |
| HSV(B) | 127.83º | 0.78% | 0.35% | - |
| XYZ | 4.08 | 7.38 | 2.37 | - |
| YUV | 61.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 29 | 0.78 | 0 | 0.67 | 0.65 | 127.83 | 0.63 | 0.21 |
| Hex | 14 | 59 | 1D | 4E | 0 | 43 | 41 | 80 | 3F | 15 |
| Octal | 24 | 131 | 35 | 116 | 0 | 103 | 101 | 200 | 77 | 25 |
| Binary | 10100 | 1011001 | 11101 | 1001110 | 0 | 1000011 | 1000001 | 10000000 | 111111 | 10101 |
Color Harmonies of #14591D
Complementary color
Monochromatic Colors of #14591D
Black with #14591D
Text Example
Text Example
White with #14591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14591D; }
p { color: rgb(20,89,29); }
H1.HeaderClassName
{
color: #14591D;
}
.AnyTagClassName
{
color: #14591D;
}
</style>
background-color css
<style>
a { background-color: #14591D; }
a { background-color: rgb(20,89,29); }
div.DivClassName
{
background-color: #14591D;
}
.BgClassName
{
background-color: #14591D;
}
</style>
border-color css
<style>
span { border-color: #14591D; }
span { border-color: rgb(20,89,29); }
td.TdClassName
{
border-color: #14591D;
}
.TagClassName
{
border-color: #14591D;
}
</style>