Shades of Crusoe #095D21
Tints of Crusoe #095D21
RGB
CMYK
RGB Variations
Color information
#095D21 (or 0x095D21) is known color: Crusoe. HEX triplet: 09, 5D and 21. RGB value is (9,93,33). Sum of RGB (Red+Green+Blue) = 9+93+33=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #095D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D21 is #F6A2DE. Grayscale: #3D3D3D. Windows color (decimal): -16163551 or 2186505. OLE color: 2186505.
HSL color Cylindrical-coordinate representation of color #095D21: hue angle of 137.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D21 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 33 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.64 |
| HSL | 137.14º | 0.82% | 0.2% | - |
| HSV(B) | 137.14º | 0.9% | 0.36% | - |
| XYZ | 4.3 | 8 | 2.76 | - |
| YUV | 61.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 33 | 0.90 | 0 | 0.65 | 0.64 | 137.14 | 0.82 | 0.2 |
| Hex | 9 | 5D | 21 | 5A | 0 | 41 | 40 | 89 | 52 | 14 |
| Octal | 11 | 135 | 41 | 132 | 0 | 101 | 100 | 211 | 122 | 24 |
| Binary | 1001 | 1011101 | 100001 | 1011010 | 0 | 1000001 | 1000000 | 10001001 | 1010010 | 10100 |
Color Harmonies of #095D21
Complementary color
Monochromatic Colors of #095D21
Black with #095D21
Text Example
Text Example
White with #095D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D21; }
p { color: rgb(9,93,33); }
H1.HeaderClassName
{
color: #095D21;
}
.AnyTagClassName
{
color: #095D21;
}
</style>
background-color css
<style>
a { background-color: #095D21; }
a { background-color: rgb(9,93,33); }
div.DivClassName
{
background-color: #095D21;
}
.BgClassName
{
background-color: #095D21;
}
</style>
border-color css
<style>
span { border-color: #095D21; }
span { border-color: rgb(9,93,33); }
td.TdClassName
{
border-color: #095D21;
}
.TagClassName
{
border-color: #095D21;
}
</style>