Shades of Crusoe #095D29
Tints of Crusoe #095D29
RGB
CMYK
RGB Variations
Color information
#095D29 (or 0x095D29) is known color: Crusoe. HEX triplet: 09, 5D and 29. RGB value is (9,93,41). Sum of RGB (Red+Green+Blue) = 9+93+41=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 93 (36.72% from 255 or 65.03% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 93 - color contains mainly: green. Hex color #095D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D29 is #F6A2D6. Grayscale: #3E3E3E. Windows color (decimal): -16163543 or 2710793. OLE color: 2710793.
HSL color Cylindrical-coordinate representation of color #095D29: hue angle of 142.86º 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 #095D29 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 41 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.64 |
| HSL | 142.86º | 0.82% | 0.2% | - |
| HSV(B) | 142.86º | 0.9% | 0.36% | - |
| XYZ | 4.43 | 8.05 | 3.42 | - |
| YUV | 61.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 41 | 0.90 | 0 | 0.56 | 0.64 | 142.86 | 0.82 | 0.2 |
| Hex | 9 | 5D | 29 | 5A | 0 | 38 | 40 | 8F | 52 | 14 |
| Octal | 11 | 135 | 51 | 132 | 0 | 70 | 100 | 217 | 122 | 24 |
| Binary | 1001 | 1011101 | 101001 | 1011010 | 0 | 111000 | 1000000 | 10001111 | 1010010 | 10100 |
Color Harmonies of #095D29
Complementary color
Monochromatic Colors of #095D29
Black with #095D29
Text Example
Text Example
White with #095D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D29; }
p { color: rgb(9,93,41); }
H1.HeaderClassName
{
color: #095D29;
}
.AnyTagClassName
{
color: #095D29;
}
</style>
background-color css
<style>
a { background-color: #095D29; }
a { background-color: rgb(9,93,41); }
div.DivClassName
{
background-color: #095D29;
}
.BgClassName
{
background-color: #095D29;
}
</style>
border-color css
<style>
span { border-color: #095D29; }
span { border-color: rgb(9,93,41); }
td.TdClassName
{
border-color: #095D29;
}
.TagClassName
{
border-color: #095D29;
}
</style>