Shades of Crusoe #085D22
Tints of Crusoe #085D22
RGB
CMYK
RGB Variations
Color information
#085D22 (or 0x085D22) is known color: Crusoe. HEX triplet: 08, 5D and 22. RGB value is (8,93,34). Sum of RGB (Red+Green+Blue) = 8+93+34=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #085D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D22 is #F7A2DD. Grayscale: #3D3D3D. Windows color (decimal): -16229086 or 2252040. OLE color: 2252040.
HSL color Cylindrical-coordinate representation of color #085D22: hue angle of 138.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D22 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 34 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.64 |
| HSL | 138.35º | 0.84% | 0.2% | - |
| HSV(B) | 138.35º | 0.91% | 0.36% | - |
| XYZ | 4.3 | 8 | 2.83 | - |
| YUV | 60.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 34 | 0.91 | 0 | 0.63 | 0.64 | 138.35 | 0.84 | 0.2 |
| Hex | 8 | 5D | 22 | 5B | 0 | 3F | 40 | 8A | 54 | 14 |
| Octal | 10 | 135 | 42 | 133 | 0 | 77 | 100 | 212 | 124 | 24 |
| Binary | 1000 | 1011101 | 100010 | 1011011 | 0 | 111111 | 1000000 | 10001010 | 1010100 | 10100 |
Color Harmonies of #085D22
Complementary color
Monochromatic Colors of #085D22
Black with #085D22
Text Example
Text Example
White with #085D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D22; }
p { color: rgb(8,93,34); }
H1.HeaderClassName
{
color: #085D22;
}
.AnyTagClassName
{
color: #085D22;
}
</style>
background-color css
<style>
a { background-color: #085D22; }
a { background-color: rgb(8,93,34); }
div.DivClassName
{
background-color: #085D22;
}
.BgClassName
{
background-color: #085D22;
}
</style>
border-color css
<style>
span { border-color: #085D22; }
span { border-color: rgb(8,93,34); }
td.TdClassName
{
border-color: #085D22;
}
.TagClassName
{
border-color: #085D22;
}
</style>