Shades of Crusoe #095129
Tints of Crusoe #095129
RGB
CMYK
RGB Variations
Color information
#095129 (or 0x095129) is known color: Crusoe. HEX triplet: 09, 51 and 29. RGB value is (9,81,41). Sum of RGB (Red+Green+Blue) = 9+81+41=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #095129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095129 is #F6AED6. Grayscale: #373737. Windows color (decimal): -16166615 or 2707721. OLE color: 2707721.
HSL color Cylindrical-coordinate representation of color #095129: hue angle of 146.67º 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 #095129 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 41 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.68 |
| HSL | 146.67º | 0.8% | 0.18% | - |
| HSV(B) | 146.67º | 0.89% | 0.32% | - |
| XYZ | 3.46 | 6.1 | 3.09 | - |
| YUV | 54.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 41 | 0.89 | 0 | 0.49 | 0.68 | 146.67 | 0.8 | 0.18 |
| Hex | 9 | 51 | 29 | 59 | 0 | 31 | 44 | 93 | 50 | 12 |
| Octal | 11 | 121 | 51 | 131 | 0 | 61 | 104 | 223 | 120 | 22 |
| Binary | 1001 | 1010001 | 101001 | 1011001 | 0 | 110001 | 1000100 | 10010011 | 1010000 | 10010 |
Color Harmonies of #095129
Complementary color
Monochromatic Colors of #095129
Black with #095129
Text Example
Text Example
White with #095129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095129; }
p { color: rgb(9,81,41); }
H1.HeaderClassName
{
color: #095129;
}
.AnyTagClassName
{
color: #095129;
}
</style>
background-color css
<style>
a { background-color: #095129; }
a { background-color: rgb(9,81,41); }
div.DivClassName
{
background-color: #095129;
}
.BgClassName
{
background-color: #095129;
}
</style>
border-color css
<style>
span { border-color: #095129; }
span { border-color: rgb(9,81,41); }
td.TdClassName
{
border-color: #095129;
}
.TagClassName
{
border-color: #095129;
}
</style>