Shades of Crusoe #095A2D
Tints of Crusoe #095A2D
RGB
CMYK
RGB Variations
Color information
#095A2D (or 0x095A2D) is known color: Crusoe. HEX triplet: 09, 5A and 2D. RGB value is (9,90,45). Sum of RGB (Red+Green+Blue) = 9+90+45=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #095A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A2D is #F6A5D2. Grayscale: #3C3C3C. Windows color (decimal): -16164307 or 2972169. OLE color: 2972169.
HSL color Cylindrical-coordinate representation of color #095A2D: hue angle of 146.67º 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 #095A2D is Cyan = 0.9, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 45 | - |
| CMYK | 0.9 | 0 | 0.50 | 0.65 |
| HSL | 146.67º | 0.82% | 0.19% | - |
| HSV(B) | 146.67º | 0.9% | 0.35% | - |
| XYZ | 4.24 | 7.56 | 3.72 | - |
| YUV | 60.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 45 | 0.9 | 0 | 0.50 | 0.65 | 146.67 | 0.82 | 0.19 |
| Hex | 9 | 5A | 2D | 5A | 0 | 32 | 41 | 93 | 52 | 13 |
| Octal | 11 | 132 | 55 | 132 | 0 | 62 | 101 | 223 | 122 | 23 |
| Binary | 1001 | 1011010 | 101101 | 1011010 | 0 | 110010 | 1000001 | 10010011 | 1010010 | 10011 |
Color Harmonies of #095A2D
Complementary color
Monochromatic Colors of #095A2D
Black with #095A2D
Text Example
Text Example
White with #095A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A2D; }
p { color: rgb(9,90,45); }
H1.HeaderClassName
{
color: #095A2D;
}
.AnyTagClassName
{
color: #095A2D;
}
</style>
background-color css
<style>
a { background-color: #095A2D; }
a { background-color: rgb(9,90,45); }
div.DivClassName
{
background-color: #095A2D;
}
.BgClassName
{
background-color: #095A2D;
}
</style>
border-color css
<style>
span { border-color: #095A2D; }
span { border-color: rgb(9,90,45); }
td.TdClassName
{
border-color: #095A2D;
}
.TagClassName
{
border-color: #095A2D;
}
</style>