Shades of Crusoe #09652F
Tints of Crusoe #09652F
RGB
CMYK
RGB Variations
Color information
#09652F (or 0x09652F) is known color: Crusoe. HEX triplet: 09, 65 and 2F. RGB value is (9,101,47). Sum of RGB (Red+Green+Blue) = 9+101+47=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #09652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09652F is #F69AD0. Grayscale: #434343. Windows color (decimal): -16161489 or 3106057. OLE color: 3106057.
HSL color Cylindrical-coordinate representation of color #09652F: hue angle of 144.78º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09652F is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 47 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.60 |
| HSL | 144.78º | 0.84% | 0.22% | - |
| HSV(B) | 144.78º | 0.91% | 0.4% | - |
| XYZ | 5.28 | 9.57 | 4.26 | - |
| YUV | 67.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 47 | 0.91 | 0 | 0.53 | 0.60 | 144.78 | 0.84 | 0.22 |
| Hex | 9 | 65 | 2F | 5B | 0 | 35 | 3C | 91 | 54 | 16 |
| Octal | 11 | 145 | 57 | 133 | 0 | 65 | 74 | 221 | 124 | 26 |
| Binary | 1001 | 1100101 | 101111 | 1011011 | 0 | 110101 | 111100 | 10010001 | 1010100 | 10110 |
Color Harmonies of #09652F
Complementary color
Monochromatic Colors of #09652F
Black with #09652F
Text Example
Text Example
White with #09652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09652F; }
p { color: rgb(9,101,47); }
H1.HeaderClassName
{
color: #09652F;
}
.AnyTagClassName
{
color: #09652F;
}
</style>
background-color css
<style>
a { background-color: #09652F; }
a { background-color: rgb(9,101,47); }
div.DivClassName
{
background-color: #09652F;
}
.BgClassName
{
background-color: #09652F;
}
</style>
border-color css
<style>
span { border-color: #09652F; }
span { border-color: rgb(9,101,47); }
td.TdClassName
{
border-color: #09652F;
}
.TagClassName
{
border-color: #09652F;
}
</style>