Shades of Crusoe #154E24
Tints of Crusoe #154E24
RGB
CMYK
RGB Variations
Color information
#154E24 (or 0x154E24) is known color: Crusoe. HEX triplet: 15, 4E and 24. RGB value is (21,78,36). Sum of RGB (Red+Green+Blue) = 21+78+36=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #154E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E24 is #EAB1DB. Grayscale: #383838. Windows color (decimal): -15380956 or 2379285. OLE color: 2379285.
HSL color Cylindrical-coordinate representation of color #154E24: hue angle of 135.79º 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 #154E24 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 78 | 36 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.69 |
| HSL | 135.79º | 0.58% | 0.19% | - |
| HSV(B) | 135.79º | 0.73% | 0.31% | - |
| XYZ | 3.35 | 5.74 | 2.6 | - |
| YUV | 56.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 36 | 0.73 | 0 | 0.54 | 0.69 | 135.79 | 0.58 | 0.19 |
| Hex | 15 | 4E | 24 | 49 | 0 | 36 | 45 | 88 | 3A | 13 |
| Octal | 25 | 116 | 44 | 111 | 0 | 66 | 105 | 210 | 72 | 23 |
| Binary | 10101 | 1001110 | 100100 | 1001001 | 0 | 110110 | 1000101 | 10001000 | 111010 | 10011 |
Color Harmonies of #154E24
Complementary color
Monochromatic Colors of #154E24
Black with #154E24
Text Example
Text Example
White with #154E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E24; }
p { color: rgb(21,78,36); }
H1.HeaderClassName
{
color: #154E24;
}
.AnyTagClassName
{
color: #154E24;
}
</style>
background-color css
<style>
a { background-color: #154E24; }
a { background-color: rgb(21,78,36); }
div.DivClassName
{
background-color: #154E24;
}
.BgClassName
{
background-color: #154E24;
}
</style>
border-color css
<style>
span { border-color: #154E24; }
span { border-color: rgb(21,78,36); }
td.TdClassName
{
border-color: #154E24;
}
.TagClassName
{
border-color: #154E24;
}
</style>