Shades of Crusoe #09651B
Tints of Crusoe #09651B
RGB
CMYK
RGB Variations
Color information
#09651B (or 0x09651B) is known color: Crusoe. HEX triplet: 09, 65 and 1B. RGB value is (9,101,27). Sum of RGB (Red+Green+Blue) = 9+101+27=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #09651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09651B is #F69AE4. Grayscale: #414141. Windows color (decimal): -16161509 or 1795337. OLE color: 1795337.
HSL color Cylindrical-coordinate representation of color #09651B: hue angle of 131.74º 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 #09651B is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 27 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.60 |
| HSL | 131.74º | 0.84% | 0.22% | - |
| HSV(B) | 131.74º | 0.91% | 0.4% | - |
| XYZ | 4.96 | 9.44 | 2.6 | - |
| YUV | 65.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 27 | 0.91 | 0 | 0.73 | 0.60 | 131.74 | 0.84 | 0.22 |
| Hex | 9 | 65 | 1B | 5B | 0 | 49 | 3C | 84 | 54 | 16 |
| Octal | 11 | 145 | 33 | 133 | 0 | 111 | 74 | 204 | 124 | 26 |
| Binary | 1001 | 1100101 | 11011 | 1011011 | 0 | 1001001 | 111100 | 10000100 | 1010100 | 10110 |
Color Harmonies of #09651B
Complementary color
Monochromatic Colors of #09651B
Black with #09651B
Text Example
Text Example
White with #09651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09651B; }
p { color: rgb(9,101,27); }
H1.HeaderClassName
{
color: #09651B;
}
.AnyTagClassName
{
color: #09651B;
}
</style>
background-color css
<style>
a { background-color: #09651B; }
a { background-color: rgb(9,101,27); }
div.DivClassName
{
background-color: #09651B;
}
.BgClassName
{
background-color: #09651B;
}
</style>
border-color css
<style>
span { border-color: #09651B; }
span { border-color: rgb(9,101,27); }
td.TdClassName
{
border-color: #09651B;
}
.TagClassName
{
border-color: #09651B;
}
</style>