Shades of Crusoe #095C2D
Tints of Crusoe #095C2D
RGB
CMYK
RGB Variations
Color information
#095C2D (or 0x095C2D) is known color: Crusoe. HEX triplet: 09, 5C and 2D. RGB value is (9,92,45). Sum of RGB (Red+Green+Blue) = 9+92+45=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #095C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C2D is #F6A3D2. Grayscale: #3D3D3D. Windows color (decimal): -16163795 or 2972681. OLE color: 2972681.
HSL color Cylindrical-coordinate representation of color #095C2D: hue angle of 146.02º 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 #095C2D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 45 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.64 |
| HSL | 146.02º | 0.82% | 0.2% | - |
| HSV(B) | 146.02º | 0.9% | 0.36% | - |
| XYZ | 4.41 | 7.9 | 3.78 | - |
| YUV | 61.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 45 | 0.90 | 0 | 0.51 | 0.64 | 146.02 | 0.82 | 0.2 |
| Hex | 9 | 5C | 2D | 5A | 0 | 33 | 40 | 92 | 52 | 14 |
| Octal | 11 | 134 | 55 | 132 | 0 | 63 | 100 | 222 | 122 | 24 |
| Binary | 1001 | 1011100 | 101101 | 1011010 | 0 | 110011 | 1000000 | 10010010 | 1010010 | 10100 |
Color Harmonies of #095C2D
Complementary color
Monochromatic Colors of #095C2D
Black with #095C2D
Text Example
Text Example
White with #095C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C2D; }
p { color: rgb(9,92,45); }
H1.HeaderClassName
{
color: #095C2D;
}
.AnyTagClassName
{
color: #095C2D;
}
</style>
background-color css
<style>
a { background-color: #095C2D; }
a { background-color: rgb(9,92,45); }
div.DivClassName
{
background-color: #095C2D;
}
.BgClassName
{
background-color: #095C2D;
}
</style>
border-color css
<style>
span { border-color: #095C2D; }
span { border-color: rgb(9,92,45); }
td.TdClassName
{
border-color: #095C2D;
}
.TagClassName
{
border-color: #095C2D;
}
</style>