Shades of Crusoe #15532A
Tints of Crusoe #15532A
RGB
CMYK
RGB Variations
Color information
#15532A (or 0x15532A) is known color: Crusoe. HEX triplet: 15, 53 and 2A. RGB value is (21,83,42). Sum of RGB (Red+Green+Blue) = 21+83+42=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #15532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532A is #EAACD5. Grayscale: #3B3B3B. Windows color (decimal): -15379670 or 2773781. OLE color: 2773781.
HSL color Cylindrical-coordinate representation of color #15532A: hue angle of 140.32º 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 #15532A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 42 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.67 |
| HSL | 140.32º | 0.6% | 0.2% | - |
| HSV(B) | 140.32º | 0.75% | 0.33% | - |
| XYZ | 3.82 | 6.51 | 3.25 | - |
| YUV | 59.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 42 | 0.75 | 0 | 0.49 | 0.67 | 140.32 | 0.6 | 0.2 |
| Hex | 15 | 53 | 2A | 4B | 0 | 31 | 43 | 8C | 3C | 14 |
| Octal | 25 | 123 | 52 | 113 | 0 | 61 | 103 | 214 | 74 | 24 |
| Binary | 10101 | 1010011 | 101010 | 1001011 | 0 | 110001 | 1000011 | 10001100 | 111100 | 10100 |
Color Harmonies of #15532A
Complementary color
Monochromatic Colors of #15532A
Black with #15532A
Text Example
Text Example
White with #15532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15532A; }
p { color: rgb(21,83,42); }
H1.HeaderClassName
{
color: #15532A;
}
.AnyTagClassName
{
color: #15532A;
}
</style>
background-color css
<style>
a { background-color: #15532A; }
a { background-color: rgb(21,83,42); }
div.DivClassName
{
background-color: #15532A;
}
.BgClassName
{
background-color: #15532A;
}
</style>
border-color css
<style>
span { border-color: #15532A; }
span { border-color: rgb(21,83,42); }
td.TdClassName
{
border-color: #15532A;
}
.TagClassName
{
border-color: #15532A;
}
</style>