Shades of Crusoe #095D28
Tints of Crusoe #095D28
RGB
CMYK
RGB Variations
Color information
#095D28 (or 0x095D28) is known color: Crusoe. HEX triplet: 09, 5D and 28. RGB value is (9,93,40). Sum of RGB (Red+Green+Blue) = 9+93+40=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #095D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D28 is #F6A2D7. Grayscale: #3D3D3D. Windows color (decimal): -16163544 or 2645257. OLE color: 2645257.
HSL color Cylindrical-coordinate representation of color #095D28: hue angle of 142.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 #095D28 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 40 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.64 |
| HSL | 142.14º | 0.82% | 0.2% | - |
| HSV(B) | 142.14º | 0.9% | 0.36% | - |
| XYZ | 4.41 | 8.04 | 3.33 | - |
| YUV | 61.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 40 | 0.90 | 0 | 0.57 | 0.64 | 142.14 | 0.82 | 0.2 |
| Hex | 9 | 5D | 28 | 5A | 0 | 39 | 40 | 8E | 52 | 14 |
| Octal | 11 | 135 | 50 | 132 | 0 | 71 | 100 | 216 | 122 | 24 |
| Binary | 1001 | 1011101 | 101000 | 1011010 | 0 | 111001 | 1000000 | 10001110 | 1010010 | 10100 |
Color Harmonies of #095D28
Complementary color
Monochromatic Colors of #095D28
Black with #095D28
Text Example
Text Example
White with #095D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D28; }
p { color: rgb(9,93,40); }
H1.HeaderClassName
{
color: #095D28;
}
.AnyTagClassName
{
color: #095D28;
}
</style>
background-color css
<style>
a { background-color: #095D28; }
a { background-color: rgb(9,93,40); }
div.DivClassName
{
background-color: #095D28;
}
.BgClassName
{
background-color: #095D28;
}
</style>
border-color css
<style>
span { border-color: #095D28; }
span { border-color: rgb(9,93,40); }
td.TdClassName
{
border-color: #095D28;
}
.TagClassName
{
border-color: #095D28;
}
</style>