Shades of Crusoe #095519
Tints of Crusoe #095519
RGB
CMYK
RGB Variations
Color information
#095519 (or 0x095519) is known color: Crusoe. HEX triplet: 09, 55 and 19. RGB value is (9,85,25). Sum of RGB (Red+Green+Blue) = 9+85+25=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #095519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095519 is #F6AAE6. Grayscale: #373737. Windows color (decimal): -16165607 or 1660169. OLE color: 1660169.
HSL color Cylindrical-coordinate representation of color #095519: hue angle of 132.63º 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 #095519 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 25 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.67 |
| HSL | 132.63º | 0.81% | 0.18% | - |
| HSV(B) | 132.63º | 0.89% | 0.33% | - |
| XYZ | 3.54 | 6.63 | 2.01 | - |
| YUV | 55.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 25 | 0.89 | 0 | 0.71 | 0.67 | 132.63 | 0.81 | 0.18 |
| Hex | 9 | 55 | 19 | 59 | 0 | 47 | 43 | 85 | 51 | 12 |
| Octal | 11 | 125 | 31 | 131 | 0 | 107 | 103 | 205 | 121 | 22 |
| Binary | 1001 | 1010101 | 11001 | 1011001 | 0 | 1000111 | 1000011 | 10000101 | 1010001 | 10010 |
Color Harmonies of #095519
Complementary color
Monochromatic Colors of #095519
Black with #095519
Text Example
Text Example
White with #095519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095519; }
p { color: rgb(9,85,25); }
H1.HeaderClassName
{
color: #095519;
}
.AnyTagClassName
{
color: #095519;
}
</style>
background-color css
<style>
a { background-color: #095519; }
a { background-color: rgb(9,85,25); }
div.DivClassName
{
background-color: #095519;
}
.BgClassName
{
background-color: #095519;
}
</style>
border-color css
<style>
span { border-color: #095519; }
span { border-color: rgb(9,85,25); }
td.TdClassName
{
border-color: #095519;
}
.TagClassName
{
border-color: #095519;
}
</style>