Shades of Crusoe #155530
Tints of Crusoe #155530
RGB
CMYK
RGB Variations
Color information
#155530 (or 0x155530) is known color: Crusoe. HEX triplet: 15, 55 and 30. RGB value is (21,85,48). Sum of RGB (Red+Green+Blue) = 21+85+48=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #155530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155530 is #EAAACF. Grayscale: #3D3D3D. Windows color (decimal): -15379152 or 3167509. OLE color: 3167509.
HSL color Cylindrical-coordinate representation of color #155530: hue angle of 145.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155530 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 48 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.67 |
| HSL | 145.31º | 0.6% | 0.21% | - |
| HSV(B) | 145.31º | 0.75% | 0.33% | - |
| XYZ | 4.09 | 6.87 | 3.91 | - |
| YUV | 61.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 48 | 0.75 | 0 | 0.44 | 0.67 | 145.31 | 0.6 | 0.21 |
| Hex | 15 | 55 | 30 | 4B | 0 | 2C | 43 | 91 | 3C | 15 |
| Octal | 25 | 125 | 60 | 113 | 0 | 54 | 103 | 221 | 74 | 25 |
| Binary | 10101 | 1010101 | 110000 | 1001011 | 0 | 101100 | 1000011 | 10010001 | 111100 | 10101 |
Color Harmonies of #155530
Complementary color
Monochromatic Colors of #155530
Black with #155530
Text Example
Text Example
White with #155530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155530; }
p { color: rgb(21,85,48); }
H1.HeaderClassName
{
color: #155530;
}
.AnyTagClassName
{
color: #155530;
}
</style>
background-color css
<style>
a { background-color: #155530; }
a { background-color: rgb(21,85,48); }
div.DivClassName
{
background-color: #155530;
}
.BgClassName
{
background-color: #155530;
}
</style>
border-color css
<style>
span { border-color: #155530; }
span { border-color: rgb(21,85,48); }
td.TdClassName
{
border-color: #155530;
}
.TagClassName
{
border-color: #155530;
}
</style>