Shades of Crusoe #095D2B
Tints of Crusoe #095D2B
RGB
CMYK
RGB Variations
Color information
#095D2B (or 0x095D2B) is known color: Crusoe. HEX triplet: 09, 5D and 2B. RGB value is (9,93,43). Sum of RGB (Red+Green+Blue) = 9+93+43=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #095D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D2B is #F6A2D4. Grayscale: #3E3E3E. Windows color (decimal): -16163541 or 2841865. OLE color: 2841865.
HSL color Cylindrical-coordinate representation of color #095D2B: hue angle of 144.29º 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 #095D2B is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 43 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.64 |
| HSL | 144.29º | 0.82% | 0.2% | - |
| HSV(B) | 144.29º | 0.9% | 0.36% | - |
| XYZ | 4.46 | 8.06 | 3.61 | - |
| YUV | 62.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 43 | 0.90 | 0 | 0.54 | 0.64 | 144.29 | 0.82 | 0.2 |
| Hex | 9 | 5D | 2B | 5A | 0 | 36 | 40 | 90 | 52 | 14 |
| Octal | 11 | 135 | 53 | 132 | 0 | 66 | 100 | 220 | 122 | 24 |
| Binary | 1001 | 1011101 | 101011 | 1011010 | 0 | 110110 | 1000000 | 10010000 | 1010010 | 10100 |
Color Harmonies of #095D2B
Complementary color
Monochromatic Colors of #095D2B
Black with #095D2B
Text Example
Text Example
White with #095D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D2B; }
p { color: rgb(9,93,43); }
H1.HeaderClassName
{
color: #095D2B;
}
.AnyTagClassName
{
color: #095D2B;
}
</style>
background-color css
<style>
a { background-color: #095D2B; }
a { background-color: rgb(9,93,43); }
div.DivClassName
{
background-color: #095D2B;
}
.BgClassName
{
background-color: #095D2B;
}
</style>
border-color css
<style>
span { border-color: #095D2B; }
span { border-color: rgb(9,93,43); }
td.TdClassName
{
border-color: #095D2B;
}
.TagClassName
{
border-color: #095D2B;
}
</style>