Shades of Crusoe #095C28
Tints of Crusoe #095C28
RGB
CMYK
RGB Variations
Color information
#095C28 (or 0x095C28) is known color: Crusoe. HEX triplet: 09, 5C and 28. RGB value is (9,92,40). Sum of RGB (Red+Green+Blue) = 9+92+40=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #095C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C28 is #F6A3D7. Grayscale: #3D3D3D. Windows color (decimal): -16163800 or 2645001. OLE color: 2645001.
HSL color Cylindrical-coordinate representation of color #095C28: hue angle of 142.41º 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 #095C28 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 40 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.64 |
| HSL | 142.41º | 0.82% | 0.2% | - |
| HSV(B) | 142.41º | 0.9% | 0.36% | - |
| XYZ | 4.32 | 7.87 | 3.3 | - |
| YUV | 61.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 40 | 0.90 | 0 | 0.57 | 0.64 | 142.41 | 0.82 | 0.2 |
| Hex | 9 | 5C | 28 | 5A | 0 | 39 | 40 | 8E | 52 | 14 |
| Octal | 11 | 134 | 50 | 132 | 0 | 71 | 100 | 216 | 122 | 24 |
| Binary | 1001 | 1011100 | 101000 | 1011010 | 0 | 111001 | 1000000 | 10001110 | 1010010 | 10100 |
Color Harmonies of #095C28
Complementary color
Monochromatic Colors of #095C28
Black with #095C28
Text Example
Text Example
White with #095C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C28; }
p { color: rgb(9,92,40); }
H1.HeaderClassName
{
color: #095C28;
}
.AnyTagClassName
{
color: #095C28;
}
</style>
background-color css
<style>
a { background-color: #095C28; }
a { background-color: rgb(9,92,40); }
div.DivClassName
{
background-color: #095C28;
}
.BgClassName
{
background-color: #095C28;
}
</style>
border-color css
<style>
span { border-color: #095C28; }
span { border-color: rgb(9,92,40); }
td.TdClassName
{
border-color: #095C28;
}
.TagClassName
{
border-color: #095C28;
}
</style>