Shades of Crusoe #09652C
Tints of Crusoe #09652C
RGB
CMYK
RGB Variations
Color information
#09652C (or 0x09652C) is known color: Crusoe. HEX triplet: 09, 65 and 2C. RGB value is (9,101,44). Sum of RGB (Red+Green+Blue) = 9+101+44=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #09652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09652C is #F69AD3. Grayscale: #434343. Windows color (decimal): -16161492 or 2909449. OLE color: 2909449.
HSL color Cylindrical-coordinate representation of color #09652C: hue angle of 142.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09652C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 44 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.60 |
| HSL | 142.83º | 0.84% | 0.22% | - |
| HSV(B) | 142.83º | 0.91% | 0.4% | - |
| XYZ | 5.22 | 9.55 | 3.95 | - |
| YUV | 66.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 44 | 0.91 | 0 | 0.56 | 0.60 | 142.83 | 0.84 | 0.22 |
| Hex | 9 | 65 | 2C | 5B | 0 | 38 | 3C | 8F | 54 | 16 |
| Octal | 11 | 145 | 54 | 133 | 0 | 70 | 74 | 217 | 124 | 26 |
| Binary | 1001 | 1100101 | 101100 | 1011011 | 0 | 111000 | 111100 | 10001111 | 1010100 | 10110 |
Color Harmonies of #09652C
Complementary color
Monochromatic Colors of #09652C
Black with #09652C
Text Example
Text Example
White with #09652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09652C; }
p { color: rgb(9,101,44); }
H1.HeaderClassName
{
color: #09652C;
}
.AnyTagClassName
{
color: #09652C;
}
</style>
background-color css
<style>
a { background-color: #09652C; }
a { background-color: rgb(9,101,44); }
div.DivClassName
{
background-color: #09652C;
}
.BgClassName
{
background-color: #09652C;
}
</style>
border-color css
<style>
span { border-color: #09652C; }
span { border-color: rgb(9,101,44); }
td.TdClassName
{
border-color: #09652C;
}
.TagClassName
{
border-color: #09652C;
}
</style>