Shades of Crusoe #08592A
Tints of Crusoe #08592A
RGB
CMYK
RGB Variations
Color information
#08592A (or 0x08592A) is known color: Crusoe. HEX triplet: 08, 59 and 2A. RGB value is (8,89,42). Sum of RGB (Red+Green+Blue) = 8+89+42=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #08592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08592A is #F7A6D5. Grayscale: #3B3B3B. Windows color (decimal): -16230102 or 2775304. OLE color: 2775304.
HSL color Cylindrical-coordinate representation of color #08592A: hue angle of 145.19º 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 #08592A is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 42 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.65 |
| HSL | 145.19º | 0.84% | 0.19% | - |
| HSV(B) | 145.19º | 0.91% | 0.35% | - |
| XYZ | 4.09 | 7.36 | 3.4 | - |
| YUV | 59.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 42 | 0.91 | 0 | 0.53 | 0.65 | 145.19 | 0.84 | 0.19 |
| Hex | 8 | 59 | 2A | 5B | 0 | 35 | 41 | 91 | 54 | 13 |
| Octal | 10 | 131 | 52 | 133 | 0 | 65 | 101 | 221 | 124 | 23 |
| Binary | 1000 | 1011001 | 101010 | 1011011 | 0 | 110101 | 1000001 | 10010001 | 1010100 | 10011 |
Color Harmonies of #08592A
Complementary color
Monochromatic Colors of #08592A
Black with #08592A
Text Example
Text Example
White with #08592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08592A; }
p { color: rgb(8,89,42); }
H1.HeaderClassName
{
color: #08592A;
}
.AnyTagClassName
{
color: #08592A;
}
</style>
background-color css
<style>
a { background-color: #08592A; }
a { background-color: rgb(8,89,42); }
div.DivClassName
{
background-color: #08592A;
}
.BgClassName
{
background-color: #08592A;
}
</style>
border-color css
<style>
span { border-color: #08592A; }
span { border-color: rgb(8,89,42); }
td.TdClassName
{
border-color: #08592A;
}
.TagClassName
{
border-color: #08592A;
}
</style>