Shades of Crusoe #15522C
Tints of Crusoe #15522C
RGB
CMYK
RGB Variations
Color information
#15522C (or 0x15522C) is known color: Crusoe. HEX triplet: 15, 52 and 2C. RGB value is (21,82,44). Sum of RGB (Red+Green+Blue) = 21+82+44=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #15522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522C is #EAADD3. Grayscale: #3B3B3B. Windows color (decimal): -15379924 or 2904597. OLE color: 2904597.
HSL color Cylindrical-coordinate representation of color #15522C: hue angle of 142.62º 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 #15522C is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 44 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.68 |
| HSL | 142.62º | 0.59% | 0.2% | - |
| HSV(B) | 142.62º | 0.74% | 0.32% | - |
| XYZ | 3.78 | 6.38 | 3.41 | - |
| YUV | 59.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 44 | 0.74 | 0 | 0.46 | 0.68 | 142.62 | 0.59 | 0.2 |
| Hex | 15 | 52 | 2C | 4A | 0 | 2E | 44 | 8F | 3B | 14 |
| Octal | 25 | 122 | 54 | 112 | 0 | 56 | 104 | 217 | 73 | 24 |
| Binary | 10101 | 1010010 | 101100 | 1001010 | 0 | 101110 | 1000100 | 10001111 | 111011 | 10100 |
Color Harmonies of #15522C
Complementary color
Monochromatic Colors of #15522C
Black with #15522C
Text Example
Text Example
White with #15522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15522C; }
p { color: rgb(21,82,44); }
H1.HeaderClassName
{
color: #15522C;
}
.AnyTagClassName
{
color: #15522C;
}
</style>
background-color css
<style>
a { background-color: #15522C; }
a { background-color: rgb(21,82,44); }
div.DivClassName
{
background-color: #15522C;
}
.BgClassName
{
background-color: #15522C;
}
</style>
border-color css
<style>
span { border-color: #15522C; }
span { border-color: rgb(21,82,44); }
td.TdClassName
{
border-color: #15522C;
}
.TagClassName
{
border-color: #15522C;
}
</style>