Shades of Crusoe #09642B
Tints of Crusoe #09642B
RGB
CMYK
RGB Variations
Color information
#09642B (or 0x09642B) is known color: Crusoe. HEX triplet: 09, 64 and 2B. RGB value is (9,100,43). Sum of RGB (Red+Green+Blue) = 9+100+43=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #09642B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09642B is #F69BD4. Grayscale: #424242. Windows color (decimal): -16161749 or 2843657. OLE color: 2843657.
HSL color Cylindrical-coordinate representation of color #09642B: hue angle of 142.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09642B is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 43 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.61 |
| HSL | 142.42º | 0.83% | 0.21% | - |
| HSV(B) | 142.42º | 0.91% | 0.39% | - |
| XYZ | 5.11 | 9.35 | 3.82 | - |
| YUV | 66.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 43 | 0.91 | 0 | 0.57 | 0.61 | 142.42 | 0.83 | 0.21 |
| Hex | 9 | 64 | 2B | 5B | 0 | 39 | 3D | 8E | 53 | 15 |
| Octal | 11 | 144 | 53 | 133 | 0 | 71 | 75 | 216 | 123 | 25 |
| Binary | 1001 | 1100100 | 101011 | 1011011 | 0 | 111001 | 111101 | 10001110 | 1010011 | 10101 |
Color Harmonies of #09642B
Complementary color
Monochromatic Colors of #09642B
Black with #09642B
Text Example
Text Example
White with #09642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09642B; }
p { color: rgb(9,100,43); }
H1.HeaderClassName
{
color: #09642B;
}
.AnyTagClassName
{
color: #09642B;
}
</style>
background-color css
<style>
a { background-color: #09642B; }
a { background-color: rgb(9,100,43); }
div.DivClassName
{
background-color: #09642B;
}
.BgClassName
{
background-color: #09642B;
}
</style>
border-color css
<style>
span { border-color: #09642B; }
span { border-color: rgb(9,100,43); }
td.TdClassName
{
border-color: #09642B;
}
.TagClassName
{
border-color: #09642B;
}
</style>