Shades of Crusoe #095A1B
Tints of Crusoe #095A1B
RGB
CMYK
RGB Variations
Color information
#095A1B (or 0x095A1B) is known color: Crusoe. HEX triplet: 09, 5A and 1B. RGB value is (9,90,27). Sum of RGB (Red+Green+Blue) = 9+90+27=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #095A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A1B is #F6A5E4. Grayscale: #3A3A3A. Windows color (decimal): -16164325 or 1792521. OLE color: 1792521.
HSL color Cylindrical-coordinate representation of color #095A1B: hue angle of 133.33º 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 #095A1B is Cyan = 0.9, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 27 | - |
| CMYK | 0.9 | 0 | 0.70 | 0.65 |
| HSL | 133.33º | 0.82% | 0.19% | - |
| HSV(B) | 133.33º | 0.9% | 0.35% | - |
| XYZ | 3.97 | 7.45 | 2.27 | - |
| YUV | 58.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 27 | 0.9 | 0 | 0.70 | 0.65 | 133.33 | 0.82 | 0.19 |
| Hex | 9 | 5A | 1B | 5A | 0 | 46 | 41 | 85 | 52 | 13 |
| Octal | 11 | 132 | 33 | 132 | 0 | 106 | 101 | 205 | 122 | 23 |
| Binary | 1001 | 1011010 | 11011 | 1011010 | 0 | 1000110 | 1000001 | 10000101 | 1010010 | 10011 |
Color Harmonies of #095A1B
Complementary color
Monochromatic Colors of #095A1B
Black with #095A1B
Text Example
Text Example
White with #095A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A1B; }
p { color: rgb(9,90,27); }
H1.HeaderClassName
{
color: #095A1B;
}
.AnyTagClassName
{
color: #095A1B;
}
</style>
background-color css
<style>
a { background-color: #095A1B; }
a { background-color: rgb(9,90,27); }
div.DivClassName
{
background-color: #095A1B;
}
.BgClassName
{
background-color: #095A1B;
}
</style>
border-color css
<style>
span { border-color: #095A1B; }
span { border-color: rgb(9,90,27); }
td.TdClassName
{
border-color: #095A1B;
}
.TagClassName
{
border-color: #095A1B;
}
</style>