Shades of Crusoe #095C29
Tints of Crusoe #095C29
RGB
CMYK
RGB Variations
Color information
#095C29 (or 0x095C29) is known color: Crusoe. HEX triplet: 09, 5C and 29. RGB value is (9,92,41). Sum of RGB (Red+Green+Blue) = 9+92+41=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #095C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C29 is #F6A3D6. Grayscale: #3D3D3D. Windows color (decimal): -16163799 or 2710537. OLE color: 2710537.
HSL color Cylindrical-coordinate representation of color #095C29: hue angle of 143.13º 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 #095C29 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 41 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.64 |
| HSL | 143.13º | 0.82% | 0.2% | - |
| HSV(B) | 143.13º | 0.9% | 0.36% | - |
| XYZ | 4.34 | 7.87 | 3.39 | - |
| YUV | 61.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 41 | 0.90 | 0 | 0.55 | 0.64 | 143.13 | 0.82 | 0.2 |
| Hex | 9 | 5C | 29 | 5A | 0 | 37 | 40 | 8F | 52 | 14 |
| Octal | 11 | 134 | 51 | 132 | 0 | 67 | 100 | 217 | 122 | 24 |
| Binary | 1001 | 1011100 | 101001 | 1011010 | 0 | 110111 | 1000000 | 10001111 | 1010010 | 10100 |
Color Harmonies of #095C29
Complementary color
Monochromatic Colors of #095C29
Black with #095C29
Text Example
Text Example
White with #095C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C29; }
p { color: rgb(9,92,41); }
H1.HeaderClassName
{
color: #095C29;
}
.AnyTagClassName
{
color: #095C29;
}
</style>
background-color css
<style>
a { background-color: #095C29; }
a { background-color: rgb(9,92,41); }
div.DivClassName
{
background-color: #095C29;
}
.BgClassName
{
background-color: #095C29;
}
</style>
border-color css
<style>
span { border-color: #095C29; }
span { border-color: rgb(9,92,41); }
td.TdClassName
{
border-color: #095C29;
}
.TagClassName
{
border-color: #095C29;
}
</style>