Shades of Crusoe #155520
Tints of Crusoe #155520
RGB
CMYK
RGB Variations
Color information
#155520 (or 0x155520) is known color: Crusoe. HEX triplet: 15, 55 and 20. RGB value is (21,85,32). Sum of RGB (Red+Green+Blue) = 21+85+32=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #155520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155520 is #EAAADF. Grayscale: #3B3B3B. Windows color (decimal): -15379168 or 2118933. OLE color: 2118933.
HSL color Cylindrical-coordinate representation of color #155520: hue angle of 130.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 #155520 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 32 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.67 |
| HSL | 130.31º | 0.6% | 0.21% | - |
| HSV(B) | 130.31º | 0.75% | 0.33% | - |
| XYZ | 3.82 | 6.76 | 2.47 | - |
| YUV | 59.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 32 | 0.75 | 0 | 0.62 | 0.67 | 130.31 | 0.6 | 0.21 |
| Hex | 15 | 55 | 20 | 4B | 0 | 3E | 43 | 82 | 3C | 15 |
| Octal | 25 | 125 | 40 | 113 | 0 | 76 | 103 | 202 | 74 | 25 |
| Binary | 10101 | 1010101 | 100000 | 1001011 | 0 | 111110 | 1000011 | 10000010 | 111100 | 10101 |
Color Harmonies of #155520
Complementary color
Monochromatic Colors of #155520
Black with #155520
Text Example
Text Example
White with #155520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155520; }
p { color: rgb(21,85,32); }
H1.HeaderClassName
{
color: #155520;
}
.AnyTagClassName
{
color: #155520;
}
</style>
background-color css
<style>
a { background-color: #155520; }
a { background-color: rgb(21,85,32); }
div.DivClassName
{
background-color: #155520;
}
.BgClassName
{
background-color: #155520;
}
</style>
border-color css
<style>
span { border-color: #155520; }
span { border-color: rgb(21,85,32); }
td.TdClassName
{
border-color: #155520;
}
.TagClassName
{
border-color: #155520;
}
</style>