Shades of Crusoe #08552D
Tints of Crusoe #08552D
RGB
CMYK
RGB Variations
Color information
#08552D (or 0x08552D) is known color: Crusoe. HEX triplet: 08, 55 and 2D. RGB value is (8,85,45). Sum of RGB (Red+Green+Blue) = 8+85+45=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #08552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08552D is #F7AAD2. Grayscale: #393939. Windows color (decimal): -16231123 or 2970888. OLE color: 2970888.
HSL color Cylindrical-coordinate representation of color #08552D: hue angle of 148.83º 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 #08552D is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 45 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.67 |
| HSL | 148.83º | 0.83% | 0.18% | - |
| HSV(B) | 148.83º | 0.91% | 0.33% | - |
| XYZ | 3.82 | 6.74 | 3.58 | - |
| YUV | 57.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 45 | 0.91 | 0 | 0.47 | 0.67 | 148.83 | 0.83 | 0.18 |
| Hex | 8 | 55 | 2D | 5B | 0 | 2F | 43 | 95 | 53 | 12 |
| Octal | 10 | 125 | 55 | 133 | 0 | 57 | 103 | 225 | 123 | 22 |
| Binary | 1000 | 1010101 | 101101 | 1011011 | 0 | 101111 | 1000011 | 10010101 | 1010011 | 10010 |
Color Harmonies of #08552D
Complementary color
Monochromatic Colors of #08552D
Black with #08552D
Text Example
Text Example
White with #08552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08552D; }
p { color: rgb(8,85,45); }
H1.HeaderClassName
{
color: #08552D;
}
.AnyTagClassName
{
color: #08552D;
}
</style>
background-color css
<style>
a { background-color: #08552D; }
a { background-color: rgb(8,85,45); }
div.DivClassName
{
background-color: #08552D;
}
.BgClassName
{
background-color: #08552D;
}
</style>
border-color css
<style>
span { border-color: #08552D; }
span { border-color: rgb(8,85,45); }
td.TdClassName
{
border-color: #08552D;
}
.TagClassName
{
border-color: #08552D;
}
</style>