Shades of Crusoe #144E21
Tints of Crusoe #144E21
RGB
CMYK
RGB Variations
Color information
#144E21 (or 0x144E21) is known color: Crusoe. HEX triplet: 14, 4E and 21. RGB value is (20,78,33). Sum of RGB (Red+Green+Blue) = 20+78+33=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #144E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E21 is #EBB1DE. Grayscale: #373737. Windows color (decimal): -15446495 or 2182676. OLE color: 2182676.
HSL color Cylindrical-coordinate representation of color #144E21: hue angle of 133.45º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E21 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 33 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.69 |
| HSL | 133.45º | 0.59% | 0.19% | - |
| HSV(B) | 133.45º | 0.74% | 0.31% | - |
| XYZ | 3.29 | 5.71 | 2.37 | - |
| YUV | 55.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 33 | 0.74 | 0 | 0.58 | 0.69 | 133.45 | 0.59 | 0.19 |
| Hex | 14 | 4E | 21 | 4A | 0 | 3A | 45 | 85 | 3B | 13 |
| Octal | 24 | 116 | 41 | 112 | 0 | 72 | 105 | 205 | 73 | 23 |
| Binary | 10100 | 1001110 | 100001 | 1001010 | 0 | 111010 | 1000101 | 10000101 | 111011 | 10011 |
Color Harmonies of #144E21
Complementary color
Monochromatic Colors of #144E21
Black with #144E21
Text Example
Text Example
White with #144E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E21; }
p { color: rgb(20,78,33); }
H1.HeaderClassName
{
color: #144E21;
}
.AnyTagClassName
{
color: #144E21;
}
</style>
background-color css
<style>
a { background-color: #144E21; }
a { background-color: rgb(20,78,33); }
div.DivClassName
{
background-color: #144E21;
}
.BgClassName
{
background-color: #144E21;
}
</style>
border-color css
<style>
span { border-color: #144E21; }
span { border-color: rgb(20,78,33); }
td.TdClassName
{
border-color: #144E21;
}
.TagClassName
{
border-color: #144E21;
}
</style>