Shades of Crusoe #08592E
Tints of Crusoe #08592E
RGB
CMYK
RGB Variations
Color information
#08592E (or 0x08592E) is known color: Crusoe. HEX triplet: 08, 59 and 2E. RGB value is (8,89,46). Sum of RGB (Red+Green+Blue) = 8+89+46=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #08592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08592E is #F7A6D1. Grayscale: #3B3B3B. Windows color (decimal): -16230098 or 3037448. OLE color: 3037448.
HSL color Cylindrical-coordinate representation of color #08592E: hue angle of 148.15º degrees, saturation: 0.84, 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 #08592E is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 46 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.65 |
| HSL | 148.15º | 0.84% | 0.19% | - |
| HSV(B) | 148.15º | 0.91% | 0.35% | - |
| XYZ | 4.17 | 7.39 | 3.79 | - |
| YUV | 59.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 46 | 0.91 | 0 | 0.48 | 0.65 | 148.15 | 0.84 | 0.19 |
| Hex | 8 | 59 | 2E | 5B | 0 | 30 | 41 | 94 | 54 | 13 |
| Octal | 10 | 131 | 56 | 133 | 0 | 60 | 101 | 224 | 124 | 23 |
| Binary | 1000 | 1011001 | 101110 | 1011011 | 0 | 110000 | 1000001 | 10010100 | 1010100 | 10011 |
Color Harmonies of #08592E
Complementary color
Monochromatic Colors of #08592E
Black with #08592E
Text Example
Text Example
White with #08592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08592E; }
p { color: rgb(8,89,46); }
H1.HeaderClassName
{
color: #08592E;
}
.AnyTagClassName
{
color: #08592E;
}
</style>
background-color css
<style>
a { background-color: #08592E; }
a { background-color: rgb(8,89,46); }
div.DivClassName
{
background-color: #08592E;
}
.BgClassName
{
background-color: #08592E;
}
</style>
border-color css
<style>
span { border-color: #08592E; }
span { border-color: rgb(8,89,46); }
td.TdClassName
{
border-color: #08592E;
}
.TagClassName
{
border-color: #08592E;
}
</style>