Shades of Crusoe #09592A
Tints of Crusoe #09592A
RGB
CMYK
RGB Variations
Color information
#09592A (or 0x09592A) is known color: Crusoe. HEX triplet: 09, 59 and 2A. RGB value is (9,89,42). Sum of RGB (Red+Green+Blue) = 9+89+42=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #09592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09592A is #F6A6D5. Grayscale: #3B3B3B. Windows color (decimal): -16164566 or 2775305. OLE color: 2775305.
HSL color Cylindrical-coordinate representation of color #09592A: hue angle of 144.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09592A is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 42 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.65 |
| HSL | 144.75º | 0.82% | 0.19% | - |
| HSV(B) | 144.75º | 0.9% | 0.35% | - |
| XYZ | 4.1 | 7.37 | 3.4 | - |
| YUV | 59.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 42 | 0.90 | 0 | 0.53 | 0.65 | 144.75 | 0.82 | 0.19 |
| Hex | 9 | 59 | 2A | 5A | 0 | 35 | 41 | 91 | 52 | 13 |
| Octal | 11 | 131 | 52 | 132 | 0 | 65 | 101 | 221 | 122 | 23 |
| Binary | 1001 | 1011001 | 101010 | 1011010 | 0 | 110101 | 1000001 | 10010001 | 1010010 | 10011 |
Color Harmonies of #09592A
Complementary color
Monochromatic Colors of #09592A
Black with #09592A
Text Example
Text Example
White with #09592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09592A; }
p { color: rgb(9,89,42); }
H1.HeaderClassName
{
color: #09592A;
}
.AnyTagClassName
{
color: #09592A;
}
</style>
background-color css
<style>
a { background-color: #09592A; }
a { background-color: rgb(9,89,42); }
div.DivClassName
{
background-color: #09592A;
}
.BgClassName
{
background-color: #09592A;
}
</style>
border-color css
<style>
span { border-color: #09592A; }
span { border-color: rgb(9,89,42); }
td.TdClassName
{
border-color: #09592A;
}
.TagClassName
{
border-color: #09592A;
}
</style>