Shades of Crusoe #095923
Tints of Crusoe #095923
RGB
CMYK
RGB Variations
Color information
#095923 (or 0x095923) is known color: Crusoe. HEX triplet: 09, 59 and 23. RGB value is (9,89,35). Sum of RGB (Red+Green+Blue) = 9+89+35=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #095923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095923 is #F6A6DC. Grayscale: #3B3B3B. Windows color (decimal): -16164573 or 2316553. OLE color: 2316553.
HSL color Cylindrical-coordinate representation of color #095923: hue angle of 139.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095923 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 35 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.65 |
| HSL | 139.5º | 0.82% | 0.19% | - |
| HSV(B) | 139.5º | 0.9% | 0.35% | - |
| XYZ | 3.99 | 7.32 | 2.79 | - |
| YUV | 58.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 35 | 0.90 | 0 | 0.61 | 0.65 | 139.5 | 0.82 | 0.19 |
| Hex | 9 | 59 | 23 | 5A | 0 | 3D | 41 | 8C | 52 | 13 |
| Octal | 11 | 131 | 43 | 132 | 0 | 75 | 101 | 214 | 122 | 23 |
| Binary | 1001 | 1011001 | 100011 | 1011010 | 0 | 111101 | 1000001 | 10001100 | 1010010 | 10011 |
Color Harmonies of #095923
Complementary color
Monochromatic Colors of #095923
Black with #095923
Text Example
Text Example
White with #095923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095923; }
p { color: rgb(9,89,35); }
H1.HeaderClassName
{
color: #095923;
}
.AnyTagClassName
{
color: #095923;
}
</style>
background-color css
<style>
a { background-color: #095923; }
a { background-color: rgb(9,89,35); }
div.DivClassName
{
background-color: #095923;
}
.BgClassName
{
background-color: #095923;
}
</style>
border-color css
<style>
span { border-color: #095923; }
span { border-color: rgb(9,89,35); }
td.TdClassName
{
border-color: #095923;
}
.TagClassName
{
border-color: #095923;
}
</style>