Shades of Crusoe #14502B
Tints of Crusoe #14502B
RGB
CMYK
RGB Variations
Color information
#14502B (or 0x14502B) is known color: Crusoe. HEX triplet: 14, 50 and 2B. RGB value is (20,80,43). Sum of RGB (Red+Green+Blue) = 20+80+43=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #14502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14502B is #EBAFD4. Grayscale: #393939. Windows color (decimal): -15445973 or 2838548. OLE color: 2838548.
HSL color Cylindrical-coordinate representation of color #14502B: hue angle of 143º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14502B is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 43 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.69 |
| HSL | 143º | 0.6% | 0.2% | - |
| HSV(B) | 143º | 0.75% | 0.31% | - |
| XYZ | 3.59 | 6.06 | 3.27 | - |
| YUV | 57.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 43 | 0.75 | 0 | 0.46 | 0.69 | 143 | 0.6 | 0.2 |
| Hex | 14 | 50 | 2B | 4B | 0 | 2E | 45 | 8F | 3C | 14 |
| Octal | 24 | 120 | 53 | 113 | 0 | 56 | 105 | 217 | 74 | 24 |
| Binary | 10100 | 1010000 | 101011 | 1001011 | 0 | 101110 | 1000101 | 10001111 | 111100 | 10100 |
Color Harmonies of #14502B
Complementary color
Monochromatic Colors of #14502B
Black with #14502B
Text Example
Text Example
White with #14502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14502B; }
p { color: rgb(20,80,43); }
H1.HeaderClassName
{
color: #14502B;
}
.AnyTagClassName
{
color: #14502B;
}
</style>
background-color css
<style>
a { background-color: #14502B; }
a { background-color: rgb(20,80,43); }
div.DivClassName
{
background-color: #14502B;
}
.BgClassName
{
background-color: #14502B;
}
</style>
border-color css
<style>
span { border-color: #14502B; }
span { border-color: rgb(20,80,43); }
td.TdClassName
{
border-color: #14502B;
}
.TagClassName
{
border-color: #14502B;
}
</style>