Shades of Crusoe #08552E
Tints of Crusoe #08552E
RGB
CMYK
RGB Variations
Color information
#08552E (or 0x08552E) is known color: Crusoe. HEX triplet: 08, 55 and 2E. RGB value is (8,85,46). Sum of RGB (Red+Green+Blue) = 8+85+46=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #08552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08552E is #F7AAD1. Grayscale: #393939. Windows color (decimal): -16231122 or 3036424. OLE color: 3036424.
HSL color Cylindrical-coordinate representation of color #08552E: hue angle of 149.61º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08552E is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 46 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.67 |
| HSL | 149.61º | 0.83% | 0.18% | - |
| HSV(B) | 149.61º | 0.91% | 0.33% | - |
| XYZ | 3.84 | 6.75 | 3.68 | - |
| YUV | 57.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 46 | 0.91 | 0 | 0.46 | 0.67 | 149.61 | 0.83 | 0.18 |
| Hex | 8 | 55 | 2E | 5B | 0 | 2E | 43 | 96 | 53 | 12 |
| Octal | 10 | 125 | 56 | 133 | 0 | 56 | 103 | 226 | 123 | 22 |
| Binary | 1000 | 1010101 | 101110 | 1011011 | 0 | 101110 | 1000011 | 10010110 | 1010011 | 10010 |
Color Harmonies of #08552E
Complementary color
Monochromatic Colors of #08552E
Black with #08552E
Text Example
Text Example
White with #08552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08552E; }
p { color: rgb(8,85,46); }
H1.HeaderClassName
{
color: #08552E;
}
.AnyTagClassName
{
color: #08552E;
}
</style>
background-color css
<style>
a { background-color: #08552E; }
a { background-color: rgb(8,85,46); }
div.DivClassName
{
background-color: #08552E;
}
.BgClassName
{
background-color: #08552E;
}
</style>
border-color css
<style>
span { border-color: #08552E; }
span { border-color: rgb(8,85,46); }
td.TdClassName
{
border-color: #08552E;
}
.TagClassName
{
border-color: #08552E;
}
</style>