Shades of Crusoe #08582C
Tints of Crusoe #08582C
RGB
CMYK
RGB Variations
Color information
#08582C (or 0x08582C) is known color: Crusoe. HEX triplet: 08, 58 and 2C. RGB value is (8,88,44). Sum of RGB (Red+Green+Blue) = 8+88+44=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #08582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08582C is #F7A7D3. Grayscale: #3B3B3B. Windows color (decimal): -16230356 or 2906120. OLE color: 2906120.
HSL color Cylindrical-coordinate representation of color #08582C: hue angle of 147º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08582C is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 44 | - |
| CMYK | 0.91 | 0 | 0.5 | 0.65 |
| HSL | 147º | 0.83% | 0.19% | - |
| HSV(B) | 147º | 0.91% | 0.35% | - |
| XYZ | 4.04 | 7.21 | 3.56 | - |
| YUV | 59.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 44 | 0.91 | 0 | 0.5 | 0.65 | 147 | 0.83 | 0.19 |
| Hex | 8 | 58 | 2C | 5B | 0 | 32 | 41 | 93 | 53 | 13 |
| Octal | 10 | 130 | 54 | 133 | 0 | 62 | 101 | 223 | 123 | 23 |
| Binary | 1000 | 1011000 | 101100 | 1011011 | 0 | 110010 | 1000001 | 10010011 | 1010011 | 10011 |
Color Harmonies of #08582C
Complementary color
Monochromatic Colors of #08582C
Black with #08582C
Text Example
Text Example
White with #08582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08582C; }
p { color: rgb(8,88,44); }
H1.HeaderClassName
{
color: #08582C;
}
.AnyTagClassName
{
color: #08582C;
}
</style>
background-color css
<style>
a { background-color: #08582C; }
a { background-color: rgb(8,88,44); }
div.DivClassName
{
background-color: #08582C;
}
.BgClassName
{
background-color: #08582C;
}
</style>
border-color css
<style>
span { border-color: #08582C; }
span { border-color: rgb(8,88,44); }
td.TdClassName
{
border-color: #08582C;
}
.TagClassName
{
border-color: #08582C;
}
</style>