Shades of Crusoe #154E21
Tints of Crusoe #154E21
RGB
CMYK
RGB Variations
Color information
#154E21 (or 0x154E21) is known color: Crusoe. HEX triplet: 15, 4E and 21. RGB value is (21,78,33). Sum of RGB (Red+Green+Blue) = 21+78+33=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #154E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E21 is #EAB1DE. Grayscale: #373737. Windows color (decimal): -15380959 or 2182677. OLE color: 2182677.
HSL color Cylindrical-coordinate representation of color #154E21: hue angle of 132.63º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E21 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 33 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.69 |
| HSL | 132.63º | 0.58% | 0.19% | - |
| HSV(B) | 132.63º | 0.73% | 0.31% | - |
| XYZ | 3.31 | 5.72 | 2.37 | - |
| YUV | 55.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 33 | 0.73 | 0 | 0.58 | 0.69 | 132.63 | 0.58 | 0.19 |
| Hex | 15 | 4E | 21 | 49 | 0 | 3A | 45 | 85 | 3A | 13 |
| Octal | 25 | 116 | 41 | 111 | 0 | 72 | 105 | 205 | 72 | 23 |
| Binary | 10101 | 1001110 | 100001 | 1001001 | 0 | 111010 | 1000101 | 10000101 | 111010 | 10011 |
Color Harmonies of #154E21
Complementary color
Monochromatic Colors of #154E21
Black with #154E21
Text Example
Text Example
White with #154E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E21; }
p { color: rgb(21,78,33); }
H1.HeaderClassName
{
color: #154E21;
}
.AnyTagClassName
{
color: #154E21;
}
</style>
background-color css
<style>
a { background-color: #154E21; }
a { background-color: rgb(21,78,33); }
div.DivClassName
{
background-color: #154E21;
}
.BgClassName
{
background-color: #154E21;
}
</style>
border-color css
<style>
span { border-color: #154E21; }
span { border-color: rgb(21,78,33); }
td.TdClassName
{
border-color: #154E21;
}
.TagClassName
{
border-color: #154E21;
}
</style>