Shades of Crusoe #095C2C
Tints of Crusoe #095C2C
RGB
CMYK
RGB Variations
Color information
#095C2C (or 0x095C2C) is known color: Crusoe. HEX triplet: 09, 5C and 2C. RGB value is (9,92,44). Sum of RGB (Red+Green+Blue) = 9+92+44=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #095C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C2C is #F6A3D3. Grayscale: #3D3D3D. Windows color (decimal): -16163796 or 2907145. OLE color: 2907145.
HSL color Cylindrical-coordinate representation of color #095C2C: hue angle of 145.3º 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 #095C2C is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 44 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.64 |
| HSL | 145.3º | 0.82% | 0.2% | - |
| HSV(B) | 145.3º | 0.9% | 0.36% | - |
| XYZ | 4.39 | 7.89 | 3.67 | - |
| YUV | 61.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 44 | 0.90 | 0 | 0.52 | 0.64 | 145.3 | 0.82 | 0.2 |
| Hex | 9 | 5C | 2C | 5A | 0 | 34 | 40 | 91 | 52 | 14 |
| Octal | 11 | 134 | 54 | 132 | 0 | 64 | 100 | 221 | 122 | 24 |
| Binary | 1001 | 1011100 | 101100 | 1011010 | 0 | 110100 | 1000000 | 10010001 | 1010010 | 10100 |
Color Harmonies of #095C2C
Complementary color
Monochromatic Colors of #095C2C
Black with #095C2C
Text Example
Text Example
White with #095C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C2C; }
p { color: rgb(9,92,44); }
H1.HeaderClassName
{
color: #095C2C;
}
.AnyTagClassName
{
color: #095C2C;
}
</style>
background-color css
<style>
a { background-color: #095C2C; }
a { background-color: rgb(9,92,44); }
div.DivClassName
{
background-color: #095C2C;
}
.BgClassName
{
background-color: #095C2C;
}
</style>
border-color css
<style>
span { border-color: #095C2C; }
span { border-color: rgb(9,92,44); }
td.TdClassName
{
border-color: #095C2C;
}
.TagClassName
{
border-color: #095C2C;
}
</style>