Shades of Crusoe #09552A
Tints of Crusoe #09552A
RGB
CMYK
RGB Variations
Color information
#09552A (or 0x09552A) is known color: Crusoe. HEX triplet: 09, 55 and 2A. RGB value is (9,85,42). Sum of RGB (Red+Green+Blue) = 9+85+42=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #09552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552A is #F6AAD5. Grayscale: #393939. Windows color (decimal): -16165590 or 2774281. OLE color: 2774281.
HSL color Cylindrical-coordinate representation of color #09552A: hue angle of 146.05º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09552A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 42 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.67 |
| HSL | 146.05º | 0.81% | 0.18% | - |
| HSV(B) | 146.05º | 0.89% | 0.33% | - |
| XYZ | 3.78 | 6.72 | 3.29 | - |
| YUV | 57.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 42 | 0.89 | 0 | 0.51 | 0.67 | 146.05 | 0.81 | 0.18 |
| Hex | 9 | 55 | 2A | 59 | 0 | 33 | 43 | 92 | 51 | 12 |
| Octal | 11 | 125 | 52 | 131 | 0 | 63 | 103 | 222 | 121 | 22 |
| Binary | 1001 | 1010101 | 101010 | 1011001 | 0 | 110011 | 1000011 | 10010010 | 1010001 | 10010 |
Color Harmonies of #09552A
Complementary color
Monochromatic Colors of #09552A
Black with #09552A
Text Example
Text Example
White with #09552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09552A; }
p { color: rgb(9,85,42); }
H1.HeaderClassName
{
color: #09552A;
}
.AnyTagClassName
{
color: #09552A;
}
</style>
background-color css
<style>
a { background-color: #09552A; }
a { background-color: rgb(9,85,42); }
div.DivClassName
{
background-color: #09552A;
}
.BgClassName
{
background-color: #09552A;
}
</style>
border-color css
<style>
span { border-color: #09552A; }
span { border-color: rgb(9,85,42); }
td.TdClassName
{
border-color: #09552A;
}
.TagClassName
{
border-color: #09552A;
}
</style>