Shades of Crusoe #095126
Tints of Crusoe #095126
RGB
CMYK
RGB Variations
Color information
#095126 (or 0x095126) is known color: Crusoe. HEX triplet: 09, 51 and 26. RGB value is (9,81,38). Sum of RGB (Red+Green+Blue) = 9+81+38=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #095126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095126 is #F6AED9. Grayscale: #363636. Windows color (decimal): -16166618 or 2511113. OLE color: 2511113.
HSL color Cylindrical-coordinate representation of color #095126: hue angle of 144.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095126 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 38 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.68 |
| HSL | 144.17º | 0.8% | 0.18% | - |
| HSV(B) | 144.17º | 0.89% | 0.32% | - |
| XYZ | 3.4 | 6.08 | 2.83 | - |
| YUV | 54.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 38 | 0.89 | 0 | 0.53 | 0.68 | 144.17 | 0.8 | 0.18 |
| Hex | 9 | 51 | 26 | 59 | 0 | 35 | 44 | 90 | 50 | 12 |
| Octal | 11 | 121 | 46 | 131 | 0 | 65 | 104 | 220 | 120 | 22 |
| Binary | 1001 | 1010001 | 100110 | 1011001 | 0 | 110101 | 1000100 | 10010000 | 1010000 | 10010 |
Color Harmonies of #095126
Complementary color
Monochromatic Colors of #095126
Black with #095126
Text Example
Text Example
White with #095126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095126; }
p { color: rgb(9,81,38); }
H1.HeaderClassName
{
color: #095126;
}
.AnyTagClassName
{
color: #095126;
}
</style>
background-color css
<style>
a { background-color: #095126; }
a { background-color: rgb(9,81,38); }
div.DivClassName
{
background-color: #095126;
}
.BgClassName
{
background-color: #095126;
}
</style>
border-color css
<style>
span { border-color: #095126; }
span { border-color: rgb(9,81,38); }
td.TdClassName
{
border-color: #095126;
}
.TagClassName
{
border-color: #095126;
}
</style>