Shades of Crusoe #09552F
Tints of Crusoe #09552F
RGB
CMYK
RGB Variations
Color information
#09552F (or 0x09552F) is known color: Crusoe. HEX triplet: 09, 55 and 2F. RGB value is (9,85,47). Sum of RGB (Red+Green+Blue) = 9+85+47=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #09552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09552F is #F6AAD0. Grayscale: #3A3A3A. Windows color (decimal): -16165585 or 3101961. OLE color: 3101961.
HSL color Cylindrical-coordinate representation of color #09552F: hue angle of 150º 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 #09552F is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 47 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.67 |
| HSL | 150º | 0.81% | 0.18% | - |
| HSV(B) | 150º | 0.89% | 0.33% | - |
| XYZ | 3.87 | 6.76 | 3.79 | - |
| YUV | 57.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 47 | 0.89 | 0 | 0.45 | 0.67 | 150 | 0.81 | 0.18 |
| Hex | 9 | 55 | 2F | 59 | 0 | 2D | 43 | 96 | 51 | 12 |
| Octal | 11 | 125 | 57 | 131 | 0 | 55 | 103 | 226 | 121 | 22 |
| Binary | 1001 | 1010101 | 101111 | 1011001 | 0 | 101101 | 1000011 | 10010110 | 1010001 | 10010 |
Color Harmonies of #09552F
Complementary color
Monochromatic Colors of #09552F
Black with #09552F
Text Example
Text Example
White with #09552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09552F; }
p { color: rgb(9,85,47); }
H1.HeaderClassName
{
color: #09552F;
}
.AnyTagClassName
{
color: #09552F;
}
</style>
background-color css
<style>
a { background-color: #09552F; }
a { background-color: rgb(9,85,47); }
div.DivClassName
{
background-color: #09552F;
}
.BgClassName
{
background-color: #09552F;
}
</style>
border-color css
<style>
span { border-color: #09552F; }
span { border-color: rgb(9,85,47); }
td.TdClassName
{
border-color: #09552F;
}
.TagClassName
{
border-color: #09552F;
}
</style>