Shades of Crusoe #09501A
Tints of Crusoe #09501A
RGB
CMYK
RGB Variations
Color information
#09501A (or 0x09501A) is known color: Crusoe. HEX triplet: 09, 50 and 1A. RGB value is (9,80,26). Sum of RGB (Red+Green+Blue) = 9+80+26=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #09501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09501A is #F6AFE5. Grayscale: #343434. Windows color (decimal): -16166886 or 1724425. OLE color: 1724425.
HSL color Cylindrical-coordinate representation of color #09501A: hue angle of 134.37º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09501A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 26 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.69 |
| HSL | 134.37º | 0.8% | 0.17% | - |
| HSV(B) | 134.37º | 0.89% | 0.31% | - |
| XYZ | 3.17 | 5.87 | 1.94 | - |
| YUV | 52.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 26 | 0.89 | 0 | 0.67 | 0.69 | 134.37 | 0.8 | 0.17 |
| Hex | 9 | 50 | 1A | 59 | 0 | 43 | 45 | 86 | 50 | 11 |
| Octal | 11 | 120 | 32 | 131 | 0 | 103 | 105 | 206 | 120 | 21 |
| Binary | 1001 | 1010000 | 11010 | 1011001 | 0 | 1000011 | 1000101 | 10000110 | 1010000 | 10001 |
Color Harmonies of #09501A
Complementary color
Monochromatic Colors of #09501A
Black with #09501A
Text Example
Text Example
White with #09501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09501A; }
p { color: rgb(9,80,26); }
H1.HeaderClassName
{
color: #09501A;
}
.AnyTagClassName
{
color: #09501A;
}
</style>
background-color css
<style>
a { background-color: #09501A; }
a { background-color: rgb(9,80,26); }
div.DivClassName
{
background-color: #09501A;
}
.BgClassName
{
background-color: #09501A;
}
</style>
border-color css
<style>
span { border-color: #09501A; }
span { border-color: rgb(9,80,26); }
td.TdClassName
{
border-color: #09501A;
}
.TagClassName
{
border-color: #09501A;
}
</style>