Shades of Crusoe #095733
Tints of Crusoe #095733
RGB
CMYK
RGB Variations
Color information
#095733 (or 0x095733) is known color: Crusoe. HEX triplet: 09, 57 and 33. RGB value is (9,87,51). Sum of RGB (Red+Green+Blue) = 9+87+51=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #095733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095733 is #F6A8CC. Grayscale: #3B3B3B. Windows color (decimal): -16165069 or 3364617. OLE color: 3364617.
HSL color Cylindrical-coordinate representation of color #095733: hue angle of 152.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095733 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 87 | 51 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.66 |
| HSL | 152.31º | 0.81% | 0.19% | - |
| HSV(B) | 152.31º | 0.9% | 0.34% | - |
| XYZ | 4.12 | 7.11 | 4.29 | - |
| YUV | 59.57 | 123.16 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 51 | 0.90 | 0 | 0.41 | 0.66 | 152.31 | 0.81 | 0.19 |
| Hex | 9 | 57 | 33 | 5A | 0 | 29 | 42 | 98 | 51 | 13 |
| Octal | 11 | 127 | 63 | 132 | 0 | 51 | 102 | 230 | 121 | 23 |
| Binary | 1001 | 1010111 | 110011 | 1011010 | 0 | 101001 | 1000010 | 10011000 | 1010001 | 10011 |
Color Harmonies of #095733
Complementary color
Monochromatic Colors of #095733
Black with #095733
Text Example
Text Example
White with #095733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095733; }
p { color: rgb(9,87,51); }
H1.HeaderClassName
{
color: #095733;
}
.AnyTagClassName
{
color: #095733;
}
</style>
background-color css
<style>
a { background-color: #095733; }
a { background-color: rgb(9,87,51); }
div.DivClassName
{
background-color: #095733;
}
.BgClassName
{
background-color: #095733;
}
</style>
border-color css
<style>
span { border-color: #095733; }
span { border-color: rgb(9,87,51); }
td.TdClassName
{
border-color: #095733;
}
.TagClassName
{
border-color: #095733;
}
</style>