Shades of Crusoe #15532F
Tints of Crusoe #15532F
RGB
CMYK
RGB Variations
Color information
#15532F (or 0x15532F) is known color: Crusoe. HEX triplet: 15, 53 and 2F. RGB value is (21,83,47). Sum of RGB (Red+Green+Blue) = 21+83+47=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #15532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532F is #EAACD0. Grayscale: #3C3C3C. Windows color (decimal): -15379665 or 3101461. OLE color: 3101461.
HSL color Cylindrical-coordinate representation of color #15532F: hue angle of 145.16º 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 #15532F is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 47 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.67 |
| HSL | 145.16º | 0.6% | 0.2% | - |
| HSV(B) | 145.16º | 0.75% | 0.33% | - |
| XYZ | 3.92 | 6.55 | 3.75 | - |
| YUV | 60.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 47 | 0.75 | 0 | 0.43 | 0.67 | 145.16 | 0.6 | 0.2 |
| Hex | 15 | 53 | 2F | 4B | 0 | 2B | 43 | 91 | 3C | 14 |
| Octal | 25 | 123 | 57 | 113 | 0 | 53 | 103 | 221 | 74 | 24 |
| Binary | 10101 | 1010011 | 101111 | 1001011 | 0 | 101011 | 1000011 | 10010001 | 111100 | 10100 |
Color Harmonies of #15532F
Complementary color
Monochromatic Colors of #15532F
Black with #15532F
Text Example
Text Example
White with #15532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15532F; }
p { color: rgb(21,83,47); }
H1.HeaderClassName
{
color: #15532F;
}
.AnyTagClassName
{
color: #15532F;
}
</style>
background-color css
<style>
a { background-color: #15532F; }
a { background-color: rgb(21,83,47); }
div.DivClassName
{
background-color: #15532F;
}
.BgClassName
{
background-color: #15532F;
}
</style>
border-color css
<style>
span { border-color: #15532F; }
span { border-color: rgb(21,83,47); }
td.TdClassName
{
border-color: #15532F;
}
.TagClassName
{
border-color: #15532F;
}
</style>