Shades of Crusoe #14582C
Tints of Crusoe #14582C
RGB
CMYK
RGB Variations
Color information
#14582C (or 0x14582C) is known color: Crusoe. HEX triplet: 14, 58 and 2C. RGB value is (20,88,44). Sum of RGB (Red+Green+Blue) = 20+88+44=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #14582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582C is #EBA7D3. Grayscale: #3E3E3E. Windows color (decimal): -15443924 or 2906132. OLE color: 2906132.
HSL color Cylindrical-coordinate representation of color #14582C: hue angle of 141.18º 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 #14582C is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 44 | - |
| CMYK | 0.77 | 0 | 0.5 | 0.65 |
| HSL | 141.18º | 0.63% | 0.21% | - |
| HSV(B) | 141.18º | 0.77% | 0.35% | - |
| XYZ | 4.23 | 7.31 | 3.57 | - |
| YUV | 62.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 44 | 0.77 | 0 | 0.5 | 0.65 | 141.18 | 0.63 | 0.21 |
| Hex | 14 | 58 | 2C | 4D | 0 | 32 | 41 | 8D | 3F | 15 |
| Octal | 24 | 130 | 54 | 115 | 0 | 62 | 101 | 215 | 77 | 25 |
| Binary | 10100 | 1011000 | 101100 | 1001101 | 0 | 110010 | 1000001 | 10001101 | 111111 | 10101 |
Color Harmonies of #14582C
Complementary color
Monochromatic Colors of #14582C
Black with #14582C
Text Example
Text Example
White with #14582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14582C; }
p { color: rgb(20,88,44); }
H1.HeaderClassName
{
color: #14582C;
}
.AnyTagClassName
{
color: #14582C;
}
</style>
background-color css
<style>
a { background-color: #14582C; }
a { background-color: rgb(20,88,44); }
div.DivClassName
{
background-color: #14582C;
}
.BgClassName
{
background-color: #14582C;
}
</style>
border-color css
<style>
span { border-color: #14582C; }
span { border-color: rgb(20,88,44); }
td.TdClassName
{
border-color: #14582C;
}
.TagClassName
{
border-color: #14582C;
}
</style>