Shades of Crusoe #144E26
Tints of Crusoe #144E26
RGB
CMYK
RGB Variations
Color information
#144E26 (or 0x144E26) is known color: Crusoe. HEX triplet: 14, 4E and 26. RGB value is (20,78,38). Sum of RGB (Red+Green+Blue) = 20+78+38=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #144E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E26 is #EBB1D9. Grayscale: #383838. Windows color (decimal): -15446490 or 2510356. OLE color: 2510356.
HSL color Cylindrical-coordinate representation of color #144E26: hue angle of 138.62º 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 #144E26 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 38 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.69 |
| HSL | 138.62º | 0.59% | 0.19% | - |
| HSV(B) | 138.62º | 0.74% | 0.31% | - |
| XYZ | 3.36 | 5.74 | 2.76 | - |
| YUV | 56.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 38 | 0.74 | 0 | 0.51 | 0.69 | 138.62 | 0.59 | 0.19 |
| Hex | 14 | 4E | 26 | 4A | 0 | 33 | 45 | 8B | 3B | 13 |
| Octal | 24 | 116 | 46 | 112 | 0 | 63 | 105 | 213 | 73 | 23 |
| Binary | 10100 | 1001110 | 100110 | 1001010 | 0 | 110011 | 1000101 | 10001011 | 111011 | 10011 |
Color Harmonies of #144E26
Complementary color
Monochromatic Colors of #144E26
Black with #144E26
Text Example
Text Example
White with #144E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E26; }
p { color: rgb(20,78,38); }
H1.HeaderClassName
{
color: #144E26;
}
.AnyTagClassName
{
color: #144E26;
}
</style>
background-color css
<style>
a { background-color: #144E26; }
a { background-color: rgb(20,78,38); }
div.DivClassName
{
background-color: #144E26;
}
.BgClassName
{
background-color: #144E26;
}
</style>
border-color css
<style>
span { border-color: #144E26; }
span { border-color: rgb(20,78,38); }
td.TdClassName
{
border-color: #144E26;
}
.TagClassName
{
border-color: #144E26;
}
</style>