Shades of Crusoe #095A27
Tints of Crusoe #095A27
RGB
CMYK
RGB Variations
Color information
#095A27 (or 0x095A27) is known color: Crusoe. HEX triplet: 09, 5A and 27. RGB value is (9,90,39). Sum of RGB (Red+Green+Blue) = 9+90+39=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #095A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A27 is #F6A5D8. Grayscale: #3C3C3C. Windows color (decimal): -16164313 or 2578953. OLE color: 2578953.
HSL color Cylindrical-coordinate representation of color #095A27: hue angle of 142.22º 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 #095A27 is Cyan = 0.9, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 39 | - |
| CMYK | 0.9 | 0 | 0.57 | 0.65 |
| HSL | 142.22º | 0.82% | 0.19% | - |
| HSV(B) | 142.22º | 0.9% | 0.35% | - |
| XYZ | 4.14 | 7.52 | 3.15 | - |
| YUV | 59.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 39 | 0.9 | 0 | 0.57 | 0.65 | 142.22 | 0.82 | 0.19 |
| Hex | 9 | 5A | 27 | 5A | 0 | 39 | 41 | 8E | 52 | 13 |
| Octal | 11 | 132 | 47 | 132 | 0 | 71 | 101 | 216 | 122 | 23 |
| Binary | 1001 | 1011010 | 100111 | 1011010 | 0 | 111001 | 1000001 | 10001110 | 1010010 | 10011 |
Color Harmonies of #095A27
Complementary color
Monochromatic Colors of #095A27
Black with #095A27
Text Example
Text Example
White with #095A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A27; }
p { color: rgb(9,90,39); }
H1.HeaderClassName
{
color: #095A27;
}
.AnyTagClassName
{
color: #095A27;
}
</style>
background-color css
<style>
a { background-color: #095A27; }
a { background-color: rgb(9,90,39); }
div.DivClassName
{
background-color: #095A27;
}
.BgClassName
{
background-color: #095A27;
}
</style>
border-color css
<style>
span { border-color: #095A27; }
span { border-color: rgb(9,90,39); }
td.TdClassName
{
border-color: #095A27;
}
.TagClassName
{
border-color: #095A27;
}
</style>