Shades of Crusoe #155D36
Tints of Crusoe #155D36
RGB
CMYK
RGB Variations
Color information
#155D36 (or 0x155D36) is known color: Crusoe. HEX triplet: 15, 5D and 36. RGB value is (21,93,54). Sum of RGB (Red+Green+Blue) = 21+93+54=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #155D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D36 is #EAA2C9. Grayscale: #434343. Windows color (decimal): -15377098 or 3562773. OLE color: 3562773.
HSL color Cylindrical-coordinate representation of color #155D36: hue angle of 147.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D36 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 54 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.64 |
| HSL | 147.5º | 0.63% | 0.22% | - |
| HSV(B) | 147.5º | 0.77% | 0.36% | - |
| XYZ | 4.89 | 8.25 | 4.83 | - |
| YUV | 67.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 54 | 0.77 | 0 | 0.42 | 0.64 | 147.5 | 0.63 | 0.22 |
| Hex | 15 | 5D | 36 | 4D | 0 | 2A | 40 | 94 | 3F | 16 |
| Octal | 25 | 135 | 66 | 115 | 0 | 52 | 100 | 224 | 77 | 26 |
| Binary | 10101 | 1011101 | 110110 | 1001101 | 0 | 101010 | 1000000 | 10010100 | 111111 | 10110 |
Color Harmonies of #155D36
Complementary color
Monochromatic Colors of #155D36
Black with #155D36
Text Example
Text Example
White with #155D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D36; }
p { color: rgb(21,93,54); }
H1.HeaderClassName
{
color: #155D36;
}
.AnyTagClassName
{
color: #155D36;
}
</style>
background-color css
<style>
a { background-color: #155D36; }
a { background-color: rgb(21,93,54); }
div.DivClassName
{
background-color: #155D36;
}
.BgClassName
{
background-color: #155D36;
}
</style>
border-color css
<style>
span { border-color: #155D36; }
span { border-color: rgb(21,93,54); }
td.TdClassName
{
border-color: #155D36;
}
.TagClassName
{
border-color: #155D36;
}
</style>