Shades of Crusoe #15552B
Tints of Crusoe #15552B
RGB
CMYK
RGB Variations
Color information
#15552B (or 0x15552B) is known color: Crusoe. HEX triplet: 15, 55 and 2B. RGB value is (21,85,43). Sum of RGB (Red+Green+Blue) = 21+85+43=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #15552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15552B is #EAAAD4. Grayscale: #3D3D3D. Windows color (decimal): -15379157 or 2839829. OLE color: 2839829.
HSL color Cylindrical-coordinate representation of color #15552B: hue angle of 140.62º 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 #15552B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 43 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.67 |
| HSL | 140.63º | 0.6% | 0.21% | - |
| HSV(B) | 140.63º | 0.75% | 0.33% | - |
| XYZ | 3.99 | 6.83 | 3.39 | - |
| YUV | 61.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 43 | 0.75 | 0 | 0.49 | 0.67 | 140.63 | 0.6 | 0.21 |
| Hex | 15 | 55 | 2B | 4B | 0 | 31 | 43 | 8D | 3C | 15 |
| Octal | 25 | 125 | 53 | 113 | 0 | 61 | 103 | 215 | 74 | 25 |
| Binary | 10101 | 1010101 | 101011 | 1001011 | 0 | 110001 | 1000011 | 10001101 | 111100 | 10101 |
Color Harmonies of #15552B
Complementary color
Monochromatic Colors of #15552B
Black with #15552B
Text Example
Text Example
White with #15552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15552B; }
p { color: rgb(21,85,43); }
H1.HeaderClassName
{
color: #15552B;
}
.AnyTagClassName
{
color: #15552B;
}
</style>
background-color css
<style>
a { background-color: #15552B; }
a { background-color: rgb(21,85,43); }
div.DivClassName
{
background-color: #15552B;
}
.BgClassName
{
background-color: #15552B;
}
</style>
border-color css
<style>
span { border-color: #15552B; }
span { border-color: rgb(21,85,43); }
td.TdClassName
{
border-color: #15552B;
}
.TagClassName
{
border-color: #15552B;
}
</style>