Shades of Crusoe #144F28
Tints of Crusoe #144F28
RGB
CMYK
RGB Variations
Color information
#144F28 (or 0x144F28) is known color: Crusoe. HEX triplet: 14, 4F and 28. RGB value is (20,79,40). Sum of RGB (Red+Green+Blue) = 20+79+40=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #144F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F28 is #EBB0D7. Grayscale: #393939. Windows color (decimal): -15446232 or 2641684. OLE color: 2641684.
HSL color Cylindrical-coordinate representation of color #144F28: hue angle of 140.34º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F28 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 79 | 40 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.69 |
| HSL | 140.34º | 0.6% | 0.19% | - |
| HSV(B) | 140.34º | 0.75% | 0.31% | - |
| XYZ | 3.47 | 5.89 | 2.96 | - |
| YUV | 56.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 40 | 0.75 | 0 | 0.49 | 0.69 | 140.34 | 0.6 | 0.19 |
| Hex | 14 | 4F | 28 | 4B | 0 | 31 | 45 | 8C | 3C | 13 |
| Octal | 24 | 117 | 50 | 113 | 0 | 61 | 105 | 214 | 74 | 23 |
| Binary | 10100 | 1001111 | 101000 | 1001011 | 0 | 110001 | 1000101 | 10001100 | 111100 | 10011 |
Color Harmonies of #144F28
Complementary color
Monochromatic Colors of #144F28
Black with #144F28
Text Example
Text Example
White with #144F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F28; }
p { color: rgb(20,79,40); }
H1.HeaderClassName
{
color: #144F28;
}
.AnyTagClassName
{
color: #144F28;
}
</style>
background-color css
<style>
a { background-color: #144F28; }
a { background-color: rgb(20,79,40); }
div.DivClassName
{
background-color: #144F28;
}
.BgClassName
{
background-color: #144F28;
}
</style>
border-color css
<style>
span { border-color: #144F28; }
span { border-color: rgb(20,79,40); }
td.TdClassName
{
border-color: #144F28;
}
.TagClassName
{
border-color: #144F28;
}
</style>