Shades of Crusoe #08522C
Tints of Crusoe #08522C
RGB
CMYK
RGB Variations
Color information
#08522C (or 0x08522C) is known color: Crusoe. HEX triplet: 08, 52 and 2C. RGB value is (8,82,44). Sum of RGB (Red+Green+Blue) = 8+82+44=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #08522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08522C is #F7ADD3. Grayscale: #373737. Windows color (decimal): -16231892 or 2904584. OLE color: 2904584.
HSL color Cylindrical-coordinate representation of color #08522C: hue angle of 149.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08522C is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 44 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.68 |
| HSL | 149.19º | 0.82% | 0.18% | - |
| HSV(B) | 149.19º | 0.9% | 0.32% | - |
| XYZ | 3.57 | 6.27 | 3.4 | - |
| YUV | 55.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 44 | 0.90 | 0 | 0.46 | 0.68 | 149.19 | 0.82 | 0.18 |
| Hex | 8 | 52 | 2C | 5A | 0 | 2E | 44 | 95 | 52 | 12 |
| Octal | 10 | 122 | 54 | 132 | 0 | 56 | 104 | 225 | 122 | 22 |
| Binary | 1000 | 1010010 | 101100 | 1011010 | 0 | 101110 | 1000100 | 10010101 | 1010010 | 10010 |
Color Harmonies of #08522C
Complementary color
Monochromatic Colors of #08522C
Black with #08522C
Text Example
Text Example
White with #08522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08522C; }
p { color: rgb(8,82,44); }
H1.HeaderClassName
{
color: #08522C;
}
.AnyTagClassName
{
color: #08522C;
}
</style>
background-color css
<style>
a { background-color: #08522C; }
a { background-color: rgb(8,82,44); }
div.DivClassName
{
background-color: #08522C;
}
.BgClassName
{
background-color: #08522C;
}
</style>
border-color css
<style>
span { border-color: #08522C; }
span { border-color: rgb(8,82,44); }
td.TdClassName
{
border-color: #08522C;
}
.TagClassName
{
border-color: #08522C;
}
</style>