Shades of Crusoe #095429
Tints of Crusoe #095429
RGB
CMYK
RGB Variations
Color information
#095429 (or 0x095429) is known color: Crusoe. HEX triplet: 09, 54 and 29. RGB value is (9,84,41). Sum of RGB (Red+Green+Blue) = 9+84+41=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #095429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095429 is #F6ABD6. Grayscale: #383838. Windows color (decimal): -16165847 or 2708489. OLE color: 2708489.
HSL color Cylindrical-coordinate representation of color #095429: hue angle of 145.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095429 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 84 | 41 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.67 |
| HSL | 145.6º | 0.81% | 0.18% | - |
| HSV(B) | 145.6º | 0.89% | 0.33% | - |
| XYZ | 3.68 | 6.56 | 3.17 | - |
| YUV | 56.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 41 | 0.89 | 0 | 0.51 | 0.67 | 145.6 | 0.81 | 0.18 |
| Hex | 9 | 54 | 29 | 59 | 0 | 33 | 43 | 92 | 51 | 12 |
| Octal | 11 | 124 | 51 | 131 | 0 | 63 | 103 | 222 | 121 | 22 |
| Binary | 1001 | 1010100 | 101001 | 1011001 | 0 | 110011 | 1000011 | 10010010 | 1010001 | 10010 |
Color Harmonies of #095429
Complementary color
Monochromatic Colors of #095429
Black with #095429
Text Example
Text Example
White with #095429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095429; }
p { color: rgb(9,84,41); }
H1.HeaderClassName
{
color: #095429;
}
.AnyTagClassName
{
color: #095429;
}
</style>
background-color css
<style>
a { background-color: #095429; }
a { background-color: rgb(9,84,41); }
div.DivClassName
{
background-color: #095429;
}
.BgClassName
{
background-color: #095429;
}
</style>
border-color css
<style>
span { border-color: #095429; }
span { border-color: rgb(9,84,41); }
td.TdClassName
{
border-color: #095429;
}
.TagClassName
{
border-color: #095429;
}
</style>