Shades of Crusoe #095C2E
Tints of Crusoe #095C2E
RGB
CMYK
RGB Variations
Color information
#095C2E (or 0x095C2E) is known color: Crusoe. HEX triplet: 09, 5C and 2E. RGB value is (9,92,46). Sum of RGB (Red+Green+Blue) = 9+92+46=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 92 (36.33% from 255 or 62.59% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 92 - color contains mainly: green. Hex color #095C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C2E is #F6A3D1. Grayscale: #3E3E3E. Windows color (decimal): -16163794 or 3038217. OLE color: 3038217.
HSL color Cylindrical-coordinate representation of color #095C2E: hue angle of 146.75º 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 #095C2E is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 92 | 46 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.64 |
| HSL | 146.75º | 0.82% | 0.2% | - |
| HSV(B) | 146.75º | 0.9% | 0.36% | - |
| XYZ | 4.43 | 7.91 | 3.88 | - |
| YUV | 61.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 46 | 0.90 | 0 | 0.50 | 0.64 | 146.75 | 0.82 | 0.2 |
| Hex | 9 | 5C | 2E | 5A | 0 | 32 | 40 | 93 | 52 | 14 |
| Octal | 11 | 134 | 56 | 132 | 0 | 62 | 100 | 223 | 122 | 24 |
| Binary | 1001 | 1011100 | 101110 | 1011010 | 0 | 110010 | 1000000 | 10010011 | 1010010 | 10100 |
Color Harmonies of #095C2E
Complementary color
Monochromatic Colors of #095C2E
Black with #095C2E
Text Example
Text Example
White with #095C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C2E; }
p { color: rgb(9,92,46); }
H1.HeaderClassName
{
color: #095C2E;
}
.AnyTagClassName
{
color: #095C2E;
}
</style>
background-color css
<style>
a { background-color: #095C2E; }
a { background-color: rgb(9,92,46); }
div.DivClassName
{
background-color: #095C2E;
}
.BgClassName
{
background-color: #095C2E;
}
</style>
border-color css
<style>
span { border-color: #095C2E; }
span { border-color: rgb(9,92,46); }
td.TdClassName
{
border-color: #095C2E;
}
.TagClassName
{
border-color: #095C2E;
}
</style>