Shades of Crusoe #144D23
Tints of Crusoe #144D23
RGB
CMYK
RGB Variations
Color information
#144D23 (or 0x144D23) is known color: Crusoe. HEX triplet: 14, 4D and 23. RGB value is (20,77,35). Sum of RGB (Red+Green+Blue) = 20+77+35=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #144D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D23 is #EBB2DC. Grayscale: #373737. Windows color (decimal): -15446749 or 2313492. OLE color: 2313492.
HSL color Cylindrical-coordinate representation of color #144D23: hue angle of 135.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D23 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 35 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.70 |
| HSL | 135.79º | 0.59% | 0.19% | - |
| HSV(B) | 135.79º | 0.74% | 0.3% | - |
| XYZ | 3.25 | 5.58 | 2.5 | - |
| YUV | 55.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 35 | 0.74 | 0 | 0.55 | 0.70 | 135.79 | 0.59 | 0.19 |
| Hex | 14 | 4D | 23 | 4A | 0 | 37 | 46 | 88 | 3B | 13 |
| Octal | 24 | 115 | 43 | 112 | 0 | 67 | 106 | 210 | 73 | 23 |
| Binary | 10100 | 1001101 | 100011 | 1001010 | 0 | 110111 | 1000110 | 10001000 | 111011 | 10011 |
Color Harmonies of #144D23
Complementary color
Monochromatic Colors of #144D23
Black with #144D23
Text Example
Text Example
White with #144D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D23; }
p { color: rgb(20,77,35); }
H1.HeaderClassName
{
color: #144D23;
}
.AnyTagClassName
{
color: #144D23;
}
</style>
background-color css
<style>
a { background-color: #144D23; }
a { background-color: rgb(20,77,35); }
div.DivClassName
{
background-color: #144D23;
}
.BgClassName
{
background-color: #144D23;
}
</style>
border-color css
<style>
span { border-color: #144D23; }
span { border-color: rgb(20,77,35); }
td.TdClassName
{
border-color: #144D23;
}
.TagClassName
{
border-color: #144D23;
}
</style>