Shades of Crusoe #08652E
Tints of Crusoe #08652E
RGB
CMYK
RGB Variations
Color information
#08652E (or 0x08652E) is known color: Crusoe. HEX triplet: 08, 65 and 2E. RGB value is (8,101,46). Sum of RGB (Red+Green+Blue) = 8+101+46=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #08652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08652E is #F79AD1. Grayscale: #434343. Windows color (decimal): -16227026 or 3040520. OLE color: 3040520.
HSL color Cylindrical-coordinate representation of color #08652E: hue angle of 144.52º 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 #08652E is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 46 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.60 |
| HSL | 144.52º | 0.85% | 0.21% | - |
| HSV(B) | 144.52º | 0.92% | 0.4% | - |
| XYZ | 5.25 | 9.56 | 4.15 | - |
| YUV | 66.92 | 116.19 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 46 | 0.92 | 0 | 0.54 | 0.60 | 144.52 | 0.85 | 0.21 |
| Hex | 8 | 65 | 2E | 5C | 0 | 36 | 3C | 91 | 55 | 15 |
| Octal | 10 | 145 | 56 | 134 | 0 | 66 | 74 | 221 | 125 | 25 |
| Binary | 1000 | 1100101 | 101110 | 1011100 | 0 | 110110 | 111100 | 10010001 | 1010101 | 10101 |
Color Harmonies of #08652E
Complementary color
Monochromatic Colors of #08652E
Black with #08652E
Text Example
Text Example
White with #08652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08652E; }
p { color: rgb(8,101,46); }
H1.HeaderClassName
{
color: #08652E;
}
.AnyTagClassName
{
color: #08652E;
}
</style>
background-color css
<style>
a { background-color: #08652E; }
a { background-color: rgb(8,101,46); }
div.DivClassName
{
background-color: #08652E;
}
.BgClassName
{
background-color: #08652E;
}
</style>
border-color css
<style>
span { border-color: #08652E; }
span { border-color: rgb(8,101,46); }
td.TdClassName
{
border-color: #08652E;
}
.TagClassName
{
border-color: #08652E;
}
</style>