Shades of Crusoe #095A19
Tints of Crusoe #095A19
RGB
CMYK
RGB Variations
Color information
#095A19 (or 0x095A19) is known color: Crusoe. HEX triplet: 09, 5A and 19. RGB value is (9,90,25). Sum of RGB (Red+Green+Blue) = 9+90+25=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #095A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A19 is #F6A5E6. Grayscale: #3A3A3A. Windows color (decimal): -16164327 or 1661449. OLE color: 1661449.
HSL color Cylindrical-coordinate representation of color #095A19: hue angle of 131.85º 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 #095A19 is Cyan = 0.9, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 25 | - |
| CMYK | 0.9 | 0 | 0.72 | 0.65 |
| HSL | 131.85º | 0.82% | 0.19% | - |
| HSV(B) | 131.85º | 0.9% | 0.35% | - |
| XYZ | 3.94 | 7.44 | 2.15 | - |
| YUV | 58.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 25 | 0.9 | 0 | 0.72 | 0.65 | 131.85 | 0.82 | 0.19 |
| Hex | 9 | 5A | 19 | 5A | 0 | 48 | 41 | 84 | 52 | 13 |
| Octal | 11 | 132 | 31 | 132 | 0 | 110 | 101 | 204 | 122 | 23 |
| Binary | 1001 | 1011010 | 11001 | 1011010 | 0 | 1001000 | 1000001 | 10000100 | 1010010 | 10011 |
Color Harmonies of #095A19
Complementary color
Monochromatic Colors of #095A19
Black with #095A19
Text Example
Text Example
White with #095A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A19; }
p { color: rgb(9,90,25); }
H1.HeaderClassName
{
color: #095A19;
}
.AnyTagClassName
{
color: #095A19;
}
</style>
background-color css
<style>
a { background-color: #095A19; }
a { background-color: rgb(9,90,25); }
div.DivClassName
{
background-color: #095A19;
}
.BgClassName
{
background-color: #095A19;
}
</style>
border-color css
<style>
span { border-color: #095A19; }
span { border-color: rgb(9,90,25); }
td.TdClassName
{
border-color: #095A19;
}
.TagClassName
{
border-color: #095A19;
}
</style>