Shades of Crusoe #14582E
Tints of Crusoe #14582E
RGB
CMYK
RGB Variations
Color information
#14582E (or 0x14582E) is known color: Crusoe. HEX triplet: 14, 58 and 2E. RGB value is (20,88,46). Sum of RGB (Red+Green+Blue) = 20+88+46=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #14582E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582E is #EBA7D1. Grayscale: #3E3E3E. Windows color (decimal): -15443922 or 3037204. OLE color: 3037204.
HSL color Cylindrical-coordinate representation of color #14582E: hue angle of 142.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14582E is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 46 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.65 |
| HSL | 142.94º | 0.63% | 0.21% | - |
| HSV(B) | 142.94º | 0.77% | 0.35% | - |
| XYZ | 4.27 | 7.33 | 3.77 | - |
| YUV | 62.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 46 | 0.77 | 0 | 0.48 | 0.65 | 142.94 | 0.63 | 0.21 |
| Hex | 14 | 58 | 2E | 4D | 0 | 30 | 41 | 8F | 3F | 15 |
| Octal | 24 | 130 | 56 | 115 | 0 | 60 | 101 | 217 | 77 | 25 |
| Binary | 10100 | 1011000 | 101110 | 1001101 | 0 | 110000 | 1000001 | 10001111 | 111111 | 10101 |
Color Harmonies of #14582E
Complementary color
Monochromatic Colors of #14582E
Black with #14582E
Text Example
Text Example
White with #14582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14582E; }
p { color: rgb(20,88,46); }
H1.HeaderClassName
{
color: #14582E;
}
.AnyTagClassName
{
color: #14582E;
}
</style>
background-color css
<style>
a { background-color: #14582E; }
a { background-color: rgb(20,88,46); }
div.DivClassName
{
background-color: #14582E;
}
.BgClassName
{
background-color: #14582E;
}
</style>
border-color css
<style>
span { border-color: #14582E; }
span { border-color: rgb(20,88,46); }
td.TdClassName
{
border-color: #14582E;
}
.TagClassName
{
border-color: #14582E;
}
</style>