Shades of Crusoe #144E24
Tints of Crusoe #144E24
RGB
CMYK
RGB Variations
Color information
#144E24 (or 0x144E24) is known color: Crusoe. HEX triplet: 14, 4E and 24. RGB value is (20,78,36). Sum of RGB (Red+Green+Blue) = 20+78+36=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #144E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E24 is #EBB1DB. Grayscale: #373737. Windows color (decimal): -15446492 or 2379284. OLE color: 2379284.
HSL color Cylindrical-coordinate representation of color #144E24: hue angle of 136.55º 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 #144E24 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 36 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.69 |
| HSL | 136.55º | 0.59% | 0.19% | - |
| HSV(B) | 136.55º | 0.74% | 0.31% | - |
| XYZ | 3.33 | 5.72 | 2.6 | - |
| YUV | 55.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 36 | 0.74 | 0 | 0.54 | 0.69 | 136.55 | 0.59 | 0.19 |
| Hex | 14 | 4E | 24 | 4A | 0 | 36 | 45 | 89 | 3B | 13 |
| Octal | 24 | 116 | 44 | 112 | 0 | 66 | 105 | 211 | 73 | 23 |
| Binary | 10100 | 1001110 | 100100 | 1001010 | 0 | 110110 | 1000101 | 10001001 | 111011 | 10011 |
Color Harmonies of #144E24
Complementary color
Monochromatic Colors of #144E24
Black with #144E24
Text Example
Text Example
White with #144E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E24; }
p { color: rgb(20,78,36); }
H1.HeaderClassName
{
color: #144E24;
}
.AnyTagClassName
{
color: #144E24;
}
</style>
background-color css
<style>
a { background-color: #144E24; }
a { background-color: rgb(20,78,36); }
div.DivClassName
{
background-color: #144E24;
}
.BgClassName
{
background-color: #144E24;
}
</style>
border-color css
<style>
span { border-color: #144E24; }
span { border-color: rgb(20,78,36); }
td.TdClassName
{
border-color: #144E24;
}
.TagClassName
{
border-color: #144E24;
}
</style>