Shades of Crusoe #08582D
Tints of Crusoe #08582D
RGB
CMYK
RGB Variations
Color information
#08582D (or 0x08582D) is known color: Crusoe. HEX triplet: 08, 58 and 2D. RGB value is (8,88,45). Sum of RGB (Red+Green+Blue) = 8+88+45=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #08582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08582D is #F7A7D2. Grayscale: #3B3B3B. Windows color (decimal): -16230355 or 2971656. OLE color: 2971656.
HSL color Cylindrical-coordinate representation of color #08582D: hue angle of 147.75º 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 #08582D is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 45 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.65 |
| HSL | 147.75º | 0.83% | 0.19% | - |
| HSV(B) | 147.75º | 0.91% | 0.35% | - |
| XYZ | 4.06 | 7.22 | 3.66 | - |
| YUV | 59.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 45 | 0.91 | 0 | 0.49 | 0.65 | 147.75 | 0.83 | 0.19 |
| Hex | 8 | 58 | 2D | 5B | 0 | 31 | 41 | 94 | 53 | 13 |
| Octal | 10 | 130 | 55 | 133 | 0 | 61 | 101 | 224 | 123 | 23 |
| Binary | 1000 | 1011000 | 101101 | 1011011 | 0 | 110001 | 1000001 | 10010100 | 1010011 | 10011 |
Color Harmonies of #08582D
Complementary color
Monochromatic Colors of #08582D
Black with #08582D
Text Example
Text Example
White with #08582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08582D; }
p { color: rgb(8,88,45); }
H1.HeaderClassName
{
color: #08582D;
}
.AnyTagClassName
{
color: #08582D;
}
</style>
background-color css
<style>
a { background-color: #08582D; }
a { background-color: rgb(8,88,45); }
div.DivClassName
{
background-color: #08582D;
}
.BgClassName
{
background-color: #08582D;
}
</style>
border-color css
<style>
span { border-color: #08582D; }
span { border-color: rgb(8,88,45); }
td.TdClassName
{
border-color: #08582D;
}
.TagClassName
{
border-color: #08582D;
}
</style>