Shades of Crusoe #154F27
Tints of Crusoe #154F27
RGB
CMYK
RGB Variations
Color information
#154F27 (or 0x154F27) is known color: Crusoe. HEX triplet: 15, 4F and 27. RGB value is (21,79,39). Sum of RGB (Red+Green+Blue) = 21+79+39=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #154F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F27 is #EAB0D8. Grayscale: #393939. Windows color (decimal): -15380697 or 2576149. OLE color: 2576149.
HSL color Cylindrical-coordinate representation of color #154F27: hue angle of 138.62º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F27 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 39 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.69 |
| HSL | 138.62º | 0.58% | 0.2% | - |
| HSV(B) | 138.62º | 0.73% | 0.31% | - |
| XYZ | 3.47 | 5.9 | 2.87 | - |
| YUV | 57.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 39 | 0.73 | 0 | 0.51 | 0.69 | 138.62 | 0.58 | 0.2 |
| Hex | 15 | 4F | 27 | 49 | 0 | 33 | 45 | 8B | 3A | 14 |
| Octal | 25 | 117 | 47 | 111 | 0 | 63 | 105 | 213 | 72 | 24 |
| Binary | 10101 | 1001111 | 100111 | 1001001 | 0 | 110011 | 1000101 | 10001011 | 111010 | 10100 |
Color Harmonies of #154F27
Complementary color
Monochromatic Colors of #154F27
Black with #154F27
Text Example
Text Example
White with #154F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F27; }
p { color: rgb(21,79,39); }
H1.HeaderClassName
{
color: #154F27;
}
.AnyTagClassName
{
color: #154F27;
}
</style>
background-color css
<style>
a { background-color: #154F27; }
a { background-color: rgb(21,79,39); }
div.DivClassName
{
background-color: #154F27;
}
.BgClassName
{
background-color: #154F27;
}
</style>
border-color css
<style>
span { border-color: #154F27; }
span { border-color: rgb(21,79,39); }
td.TdClassName
{
border-color: #154F27;
}
.TagClassName
{
border-color: #154F27;
}
</style>