Shades of Crusoe #15532C
Tints of Crusoe #15532C
RGB
CMYK
RGB Variations
Color information
#15532C (or 0x15532C) is known color: Crusoe. HEX triplet: 15, 53 and 2C. RGB value is (21,83,44). Sum of RGB (Red+Green+Blue) = 21+83+44=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #15532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532C is #EAACD3. Grayscale: #3C3C3C. Windows color (decimal): -15379668 or 2904853. OLE color: 2904853.
HSL color Cylindrical-coordinate representation of color #15532C: hue angle of 142.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15532C is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 44 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.67 |
| HSL | 142.26º | 0.6% | 0.2% | - |
| HSV(B) | 142.26º | 0.75% | 0.33% | - |
| XYZ | 3.86 | 6.53 | 3.44 | - |
| YUV | 60.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 44 | 0.75 | 0 | 0.47 | 0.67 | 142.26 | 0.6 | 0.2 |
| Hex | 15 | 53 | 2C | 4B | 0 | 2F | 43 | 8E | 3C | 14 |
| Octal | 25 | 123 | 54 | 113 | 0 | 57 | 103 | 216 | 74 | 24 |
| Binary | 10101 | 1010011 | 101100 | 1001011 | 0 | 101111 | 1000011 | 10001110 | 111100 | 10100 |
Color Harmonies of #15532C
Complementary color
Monochromatic Colors of #15532C
Black with #15532C
Text Example
Text Example
White with #15532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15532C; }
p { color: rgb(21,83,44); }
H1.HeaderClassName
{
color: #15532C;
}
.AnyTagClassName
{
color: #15532C;
}
</style>
background-color css
<style>
a { background-color: #15532C; }
a { background-color: rgb(21,83,44); }
div.DivClassName
{
background-color: #15532C;
}
.BgClassName
{
background-color: #15532C;
}
</style>
border-color css
<style>
span { border-color: #15532C; }
span { border-color: rgb(21,83,44); }
td.TdClassName
{
border-color: #15532C;
}
.TagClassName
{
border-color: #15532C;
}
</style>