Shades of Crusoe #14502C
Tints of Crusoe #14502C
RGB
CMYK
RGB Variations
Color information
#14502C (or 0x14502C) is known color: Crusoe. HEX triplet: 14, 50 and 2C. RGB value is (20,80,44). Sum of RGB (Red+Green+Blue) = 20+80+44=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #14502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14502C is #EBAFD3. Grayscale: #3A3A3A. Windows color (decimal): -15445972 or 2904084. OLE color: 2904084.
HSL color Cylindrical-coordinate representation of color #14502C: hue angle of 144º 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 #14502C is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 44 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.69 |
| HSL | 144º | 0.6% | 0.2% | - |
| HSV(B) | 144º | 0.75% | 0.31% | - |
| XYZ | 3.61 | 6.07 | 3.36 | - |
| YUV | 57.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 44 | 0.75 | 0 | 0.45 | 0.69 | 144 | 0.6 | 0.2 |
| Hex | 14 | 50 | 2C | 4B | 0 | 2D | 45 | 90 | 3C | 14 |
| Octal | 24 | 120 | 54 | 113 | 0 | 55 | 105 | 220 | 74 | 24 |
| Binary | 10100 | 1010000 | 101100 | 1001011 | 0 | 101101 | 1000101 | 10010000 | 111100 | 10100 |
Color Harmonies of #14502C
Complementary color
Monochromatic Colors of #14502C
Black with #14502C
Text Example
Text Example
White with #14502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14502C; }
p { color: rgb(20,80,44); }
H1.HeaderClassName
{
color: #14502C;
}
.AnyTagClassName
{
color: #14502C;
}
</style>
background-color css
<style>
a { background-color: #14502C; }
a { background-color: rgb(20,80,44); }
div.DivClassName
{
background-color: #14502C;
}
.BgClassName
{
background-color: #14502C;
}
</style>
border-color css
<style>
span { border-color: #14502C; }
span { border-color: rgb(20,80,44); }
td.TdClassName
{
border-color: #14502C;
}
.TagClassName
{
border-color: #14502C;
}
</style>