Shades of Crusoe #09602A
Tints of Crusoe #09602A
RGB
CMYK
RGB Variations
Color information
#09602A (or 0x09602A) is known color: Crusoe. HEX triplet: 09, 60 and 2A. RGB value is (9,96,42). Sum of RGB (Red+Green+Blue) = 9+96+42=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #09602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09602A is #F69FD5. Grayscale: #3F3F3F. Windows color (decimal): -16162774 or 2777097. OLE color: 2777097.
HSL color Cylindrical-coordinate representation of color #09602A: hue angle of 142.76º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09602A is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 42 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.62 |
| HSL | 142.76º | 0.83% | 0.21% | - |
| HSV(B) | 142.76º | 0.91% | 0.38% | - |
| XYZ | 4.71 | 8.59 | 3.6 | - |
| YUV | 63.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 42 | 0.91 | 0 | 0.56 | 0.62 | 142.76 | 0.83 | 0.21 |
| Hex | 9 | 60 | 2A | 5B | 0 | 38 | 3E | 8F | 53 | 15 |
| Octal | 11 | 140 | 52 | 133 | 0 | 70 | 76 | 217 | 123 | 25 |
| Binary | 1001 | 1100000 | 101010 | 1011011 | 0 | 111000 | 111110 | 10001111 | 1010011 | 10101 |
Color Harmonies of #09602A
Complementary color
Monochromatic Colors of #09602A
Black with #09602A
Text Example
Text Example
White with #09602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09602A; }
p { color: rgb(9,96,42); }
H1.HeaderClassName
{
color: #09602A;
}
.AnyTagClassName
{
color: #09602A;
}
</style>
background-color css
<style>
a { background-color: #09602A; }
a { background-color: rgb(9,96,42); }
div.DivClassName
{
background-color: #09602A;
}
.BgClassName
{
background-color: #09602A;
}
</style>
border-color css
<style>
span { border-color: #09602A; }
span { border-color: rgb(9,96,42); }
td.TdClassName
{
border-color: #09602A;
}
.TagClassName
{
border-color: #09602A;
}
</style>