Shades of Crusoe #14502D
Tints of Crusoe #14502D
RGB
CMYK
RGB Variations
Color information
#14502D (or 0x14502D) is known color: Crusoe. HEX triplet: 14, 50 and 2D. RGB value is (20,80,45). Sum of RGB (Red+Green+Blue) = 20+80+45=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #14502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14502D is #EBAFD2. Grayscale: #3A3A3A. Windows color (decimal): -15445971 or 2969620. OLE color: 2969620.
HSL color Cylindrical-coordinate representation of color #14502D: hue angle of 145º 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 #14502D is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 45 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.69 |
| HSL | 145º | 0.6% | 0.2% | - |
| HSV(B) | 145º | 0.75% | 0.31% | - |
| XYZ | 3.63 | 6.08 | 3.46 | - |
| YUV | 58.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 45 | 0.75 | 0 | 0.44 | 0.69 | 145 | 0.6 | 0.2 |
| Hex | 14 | 50 | 2D | 4B | 0 | 2C | 45 | 91 | 3C | 14 |
| Octal | 24 | 120 | 55 | 113 | 0 | 54 | 105 | 221 | 74 | 24 |
| Binary | 10100 | 1010000 | 101101 | 1001011 | 0 | 101100 | 1000101 | 10010001 | 111100 | 10100 |
Color Harmonies of #14502D
Complementary color
Monochromatic Colors of #14502D
Black with #14502D
Text Example
Text Example
White with #14502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14502D; }
p { color: rgb(20,80,45); }
H1.HeaderClassName
{
color: #14502D;
}
.AnyTagClassName
{
color: #14502D;
}
</style>
background-color css
<style>
a { background-color: #14502D; }
a { background-color: rgb(20,80,45); }
div.DivClassName
{
background-color: #14502D;
}
.BgClassName
{
background-color: #14502D;
}
</style>
border-color css
<style>
span { border-color: #14502D; }
span { border-color: rgb(20,80,45); }
td.TdClassName
{
border-color: #14502D;
}
.TagClassName
{
border-color: #14502D;
}
</style>