Shades of Crusoe #095A20
Tints of Crusoe #095A20
RGB
CMYK
RGB Variations
Color information
#095A20 (or 0x095A20) is known color: Crusoe. HEX triplet: 09, 5A and 20. RGB value is (9,90,32). Sum of RGB (Red+Green+Blue) = 9+90+32=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #095A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A20 is #F6A5DF. Grayscale: #3B3B3B. Windows color (decimal): -16164320 or 2120201. OLE color: 2120201.
HSL color Cylindrical-coordinate representation of color #095A20: hue angle of 137.04º 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 #095A20 is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 32 | - |
| CMYK | 0.9 | 0 | 0.64 | 0.65 |
| HSL | 137.04º | 0.82% | 0.19% | - |
| HSV(B) | 137.04º | 0.9% | 0.35% | - |
| XYZ | 4.03 | 7.47 | 2.6 | - |
| YUV | 59.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 32 | 0.9 | 0 | 0.64 | 0.65 | 137.04 | 0.82 | 0.19 |
| Hex | 9 | 5A | 20 | 5A | 0 | 40 | 41 | 89 | 52 | 13 |
| Octal | 11 | 132 | 40 | 132 | 0 | 100 | 101 | 211 | 122 | 23 |
| Binary | 1001 | 1011010 | 100000 | 1011010 | 0 | 1000000 | 1000001 | 10001001 | 1010010 | 10011 |
Color Harmonies of #095A20
Complementary color
Monochromatic Colors of #095A20
Black with #095A20
Text Example
Text Example
White with #095A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A20; }
p { color: rgb(9,90,32); }
H1.HeaderClassName
{
color: #095A20;
}
.AnyTagClassName
{
color: #095A20;
}
</style>
background-color css
<style>
a { background-color: #095A20; }
a { background-color: rgb(9,90,32); }
div.DivClassName
{
background-color: #095A20;
}
.BgClassName
{
background-color: #095A20;
}
</style>
border-color css
<style>
span { border-color: #095A20; }
span { border-color: rgb(9,90,32); }
td.TdClassName
{
border-color: #095A20;
}
.TagClassName
{
border-color: #095A20;
}
</style>