Shades of Crusoe #09582A
Tints of Crusoe #09582A
RGB
CMYK
RGB Variations
Color information
#09582A (or 0x09582A) is known color: Crusoe. HEX triplet: 09, 58 and 2A. RGB value is (9,88,42). Sum of RGB (Red+Green+Blue) = 9+88+42=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #09582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09582A is #F6A7D5. Grayscale: #3B3B3B. Windows color (decimal): -16164822 or 2775049. OLE color: 2775049.
HSL color Cylindrical-coordinate representation of color #09582A: hue angle of 145.06º degrees, saturation: 0.81, 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 #09582A is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 42 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.65 |
| HSL | 145.06º | 0.81% | 0.19% | - |
| HSV(B) | 145.06º | 0.9% | 0.35% | - |
| XYZ | 4.02 | 7.2 | 3.37 | - |
| YUV | 59.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 42 | 0.90 | 0 | 0.52 | 0.65 | 145.06 | 0.81 | 0.19 |
| Hex | 9 | 58 | 2A | 5A | 0 | 34 | 41 | 91 | 51 | 13 |
| Octal | 11 | 130 | 52 | 132 | 0 | 64 | 101 | 221 | 121 | 23 |
| Binary | 1001 | 1011000 | 101010 | 1011010 | 0 | 110100 | 1000001 | 10010001 | 1010001 | 10011 |
Color Harmonies of #09582A
Complementary color
Monochromatic Colors of #09582A
Black with #09582A
Text Example
Text Example
White with #09582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09582A; }
p { color: rgb(9,88,42); }
H1.HeaderClassName
{
color: #09582A;
}
.AnyTagClassName
{
color: #09582A;
}
</style>
background-color css
<style>
a { background-color: #09582A; }
a { background-color: rgb(9,88,42); }
div.DivClassName
{
background-color: #09582A;
}
.BgClassName
{
background-color: #09582A;
}
</style>
border-color css
<style>
span { border-color: #09582A; }
span { border-color: rgb(9,88,42); }
td.TdClassName
{
border-color: #09582A;
}
.TagClassName
{
border-color: #09582A;
}
</style>