Shades of Crusoe #095A28
Tints of Crusoe #095A28
RGB
CMYK
RGB Variations
Color information
#095A28 (or 0x095A28) is known color: Crusoe. HEX triplet: 09, 5A and 28. RGB value is (9,90,40). Sum of RGB (Red+Green+Blue) = 9+90+40=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #095A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A28 is #F6A5D7. Grayscale: #3C3C3C. Windows color (decimal): -16164312 or 2644489. OLE color: 2644489.
HSL color Cylindrical-coordinate representation of color #095A28: hue angle of 142.96º 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 #095A28 is Cyan = 0.9, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 40 | - |
| CMYK | 0.9 | 0 | 0.56 | 0.65 |
| HSL | 142.96º | 0.82% | 0.19% | - |
| HSV(B) | 142.96º | 0.9% | 0.35% | - |
| XYZ | 4.15 | 7.52 | 3.24 | - |
| YUV | 60.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 40 | 0.9 | 0 | 0.56 | 0.65 | 142.96 | 0.82 | 0.19 |
| Hex | 9 | 5A | 28 | 5A | 0 | 38 | 41 | 8F | 52 | 13 |
| Octal | 11 | 132 | 50 | 132 | 0 | 70 | 101 | 217 | 122 | 23 |
| Binary | 1001 | 1011010 | 101000 | 1011010 | 0 | 111000 | 1000001 | 10001111 | 1010010 | 10011 |
Color Harmonies of #095A28
Complementary color
Monochromatic Colors of #095A28
Black with #095A28
Text Example
Text Example
White with #095A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A28; }
p { color: rgb(9,90,40); }
H1.HeaderClassName
{
color: #095A28;
}
.AnyTagClassName
{
color: #095A28;
}
</style>
background-color css
<style>
a { background-color: #095A28; }
a { background-color: rgb(9,90,40); }
div.DivClassName
{
background-color: #095A28;
}
.BgClassName
{
background-color: #095A28;
}
</style>
border-color css
<style>
span { border-color: #095A28; }
span { border-color: rgb(9,90,40); }
td.TdClassName
{
border-color: #095A28;
}
.TagClassName
{
border-color: #095A28;
}
</style>