Shades of Crusoe #095B2D
Tints of Crusoe #095B2D
RGB
CMYK
RGB Variations
Color information
#095B2D (or 0x095B2D) is known color: Crusoe. HEX triplet: 09, 5B and 2D. RGB value is (9,91,45). Sum of RGB (Red+Green+Blue) = 9+91+45=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #095B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B2D is #F6A4D2. Grayscale: #3D3D3D. Windows color (decimal): -16164051 or 2972425. OLE color: 2972425.
HSL color Cylindrical-coordinate representation of color #095B2D: hue angle of 146.34º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B2D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 45 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.64 |
| HSL | 146.34º | 0.82% | 0.2% | - |
| HSV(B) | 146.34º | 0.9% | 0.36% | - |
| XYZ | 4.33 | 7.73 | 3.75 | - |
| YUV | 61.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 45 | 0.90 | 0 | 0.51 | 0.64 | 146.34 | 0.82 | 0.2 |
| Hex | 9 | 5B | 2D | 5A | 0 | 33 | 40 | 92 | 52 | 14 |
| Octal | 11 | 133 | 55 | 132 | 0 | 63 | 100 | 222 | 122 | 24 |
| Binary | 1001 | 1011011 | 101101 | 1011010 | 0 | 110011 | 1000000 | 10010010 | 1010010 | 10100 |
Color Harmonies of #095B2D
Complementary color
Monochromatic Colors of #095B2D
Black with #095B2D
Text Example
Text Example
White with #095B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B2D; }
p { color: rgb(9,91,45); }
H1.HeaderClassName
{
color: #095B2D;
}
.AnyTagClassName
{
color: #095B2D;
}
</style>
background-color css
<style>
a { background-color: #095B2D; }
a { background-color: rgb(9,91,45); }
div.DivClassName
{
background-color: #095B2D;
}
.BgClassName
{
background-color: #095B2D;
}
</style>
border-color css
<style>
span { border-color: #095B2D; }
span { border-color: rgb(9,91,45); }
td.TdClassName
{
border-color: #095B2D;
}
.TagClassName
{
border-color: #095B2D;
}
</style>