Shades of Crusoe #09622F
Tints of Crusoe #09622F
RGB
CMYK
RGB Variations
Color information
#09622F (or 0x09622F) is known color: Crusoe. HEX triplet: 09, 62 and 2F. RGB value is (9,98,47). Sum of RGB (Red+Green+Blue) = 9+98+47=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #09622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09622F is #F69DD0. Grayscale: #414141. Windows color (decimal): -16162257 or 3105289. OLE color: 3105289.
HSL color Cylindrical-coordinate representation of color #09622F: hue angle of 145.62º 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 #09622F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 47 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.62 |
| HSL | 145.62º | 0.83% | 0.21% | - |
| HSV(B) | 145.62º | 0.91% | 0.38% | - |
| XYZ | 4.99 | 9 | 4.16 | - |
| YUV | 65.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 47 | 0.91 | 0 | 0.52 | 0.62 | 145.62 | 0.83 | 0.21 |
| Hex | 9 | 62 | 2F | 5B | 0 | 34 | 3E | 92 | 53 | 15 |
| Octal | 11 | 142 | 57 | 133 | 0 | 64 | 76 | 222 | 123 | 25 |
| Binary | 1001 | 1100010 | 101111 | 1011011 | 0 | 110100 | 111110 | 10010010 | 1010011 | 10101 |
Color Harmonies of #09622F
Complementary color
Monochromatic Colors of #09622F
Black with #09622F
Text Example
Text Example
White with #09622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09622F; }
p { color: rgb(9,98,47); }
H1.HeaderClassName
{
color: #09622F;
}
.AnyTagClassName
{
color: #09622F;
}
</style>
background-color css
<style>
a { background-color: #09622F; }
a { background-color: rgb(9,98,47); }
div.DivClassName
{
background-color: #09622F;
}
.BgClassName
{
background-color: #09622F;
}
</style>
border-color css
<style>
span { border-color: #09622F; }
span { border-color: rgb(9,98,47); }
td.TdClassName
{
border-color: #09622F;
}
.TagClassName
{
border-color: #09622F;
}
</style>