Shades of Crusoe #155126
Tints of Crusoe #155126
RGB
CMYK
RGB Variations
Color information
#155126 (or 0x155126) is known color: Crusoe. HEX triplet: 15, 51 and 26. RGB value is (21,81,38). Sum of RGB (Red+Green+Blue) = 21+81+38=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #155126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155126 is #EAAED9. Grayscale: #3A3A3A. Windows color (decimal): -15380186 or 2511125. OLE color: 2511125.
HSL color Cylindrical-coordinate representation of color #155126: hue angle of 137º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155126 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 38 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.68 |
| HSL | 137º | 0.59% | 0.2% | - |
| HSV(B) | 137º | 0.74% | 0.32% | - |
| XYZ | 3.6 | 6.18 | 2.84 | - |
| YUV | 58.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 38 | 0.74 | 0 | 0.53 | 0.68 | 137 | 0.59 | 0.2 |
| Hex | 15 | 51 | 26 | 4A | 0 | 35 | 44 | 89 | 3B | 14 |
| Octal | 25 | 121 | 46 | 112 | 0 | 65 | 104 | 211 | 73 | 24 |
| Binary | 10101 | 1010001 | 100110 | 1001010 | 0 | 110101 | 1000100 | 10001001 | 111011 | 10100 |
Color Harmonies of #155126
Complementary color
Monochromatic Colors of #155126
Black with #155126
Text Example
Text Example
White with #155126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155126; }
p { color: rgb(21,81,38); }
H1.HeaderClassName
{
color: #155126;
}
.AnyTagClassName
{
color: #155126;
}
</style>
background-color css
<style>
a { background-color: #155126; }
a { background-color: rgb(21,81,38); }
div.DivClassName
{
background-color: #155126;
}
.BgClassName
{
background-color: #155126;
}
</style>
border-color css
<style>
span { border-color: #155126; }
span { border-color: rgb(21,81,38); }
td.TdClassName
{
border-color: #155126;
}
.TagClassName
{
border-color: #155126;
}
</style>