Shades of Crusoe #144F26
Tints of Crusoe #144F26
RGB
CMYK
RGB Variations
Color information
#144F26 (or 0x144F26) is known color: Crusoe. HEX triplet: 14, 4F and 26. RGB value is (20,79,38). Sum of RGB (Red+Green+Blue) = 20+79+38=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #144F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F26 is #EBB0D9. Grayscale: #383838. Windows color (decimal): -15446234 or 2510612. OLE color: 2510612.
HSL color Cylindrical-coordinate representation of color #144F26: hue angle of 138.31º 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 #144F26 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 79 | 38 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.69 |
| HSL | 138.31º | 0.6% | 0.19% | - |
| HSV(B) | 138.31º | 0.75% | 0.31% | - |
| XYZ | 3.43 | 5.88 | 2.79 | - |
| YUV | 56.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 38 | 0.75 | 0 | 0.52 | 0.69 | 138.31 | 0.6 | 0.19 |
| Hex | 14 | 4F | 26 | 4B | 0 | 34 | 45 | 8A | 3C | 13 |
| Octal | 24 | 117 | 46 | 113 | 0 | 64 | 105 | 212 | 74 | 23 |
| Binary | 10100 | 1001111 | 100110 | 1001011 | 0 | 110100 | 1000101 | 10001010 | 111100 | 10011 |
Color Harmonies of #144F26
Complementary color
Monochromatic Colors of #144F26
Black with #144F26
Text Example
Text Example
White with #144F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F26; }
p { color: rgb(20,79,38); }
H1.HeaderClassName
{
color: #144F26;
}
.AnyTagClassName
{
color: #144F26;
}
</style>
background-color css
<style>
a { background-color: #144F26; }
a { background-color: rgb(20,79,38); }
div.DivClassName
{
background-color: #144F26;
}
.BgClassName
{
background-color: #144F26;
}
</style>
border-color css
<style>
span { border-color: #144F26; }
span { border-color: rgb(20,79,38); }
td.TdClassName
{
border-color: #144F26;
}
.TagClassName
{
border-color: #144F26;
}
</style>