Shades of Crusoe #08652B
Tints of Crusoe #08652B
RGB
CMYK
RGB Variations
Color information
#08652B (or 0x08652B) is known color: Crusoe. HEX triplet: 08, 65 and 2B. RGB value is (8,101,43). Sum of RGB (Red+Green+Blue) = 8+101+43=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #08652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08652B is #F79AD4. Grayscale: #424242. Windows color (decimal): -16227029 or 2843912. OLE color: 2843912.
HSL color Cylindrical-coordinate representation of color #08652B: hue angle of 142.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08652B is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 43 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.60 |
| HSL | 142.58º | 0.85% | 0.21% | - |
| HSV(B) | 142.58º | 0.92% | 0.4% | - |
| XYZ | 5.19 | 9.53 | 3.85 | - |
| YUV | 66.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 43 | 0.92 | 0 | 0.57 | 0.60 | 142.58 | 0.85 | 0.21 |
| Hex | 8 | 65 | 2B | 5C | 0 | 39 | 3C | 8F | 55 | 15 |
| Octal | 10 | 145 | 53 | 134 | 0 | 71 | 74 | 217 | 125 | 25 |
| Binary | 1000 | 1100101 | 101011 | 1011100 | 0 | 111001 | 111100 | 10001111 | 1010101 | 10101 |
Color Harmonies of #08652B
Complementary color
Monochromatic Colors of #08652B
Black with #08652B
Text Example
Text Example
White with #08652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08652B; }
p { color: rgb(8,101,43); }
H1.HeaderClassName
{
color: #08652B;
}
.AnyTagClassName
{
color: #08652B;
}
</style>
background-color css
<style>
a { background-color: #08652B; }
a { background-color: rgb(8,101,43); }
div.DivClassName
{
background-color: #08652B;
}
.BgClassName
{
background-color: #08652B;
}
</style>
border-color css
<style>
span { border-color: #08652B; }
span { border-color: rgb(8,101,43); }
td.TdClassName
{
border-color: #08652B;
}
.TagClassName
{
border-color: #08652B;
}
</style>