Shades of Crusoe #0F6232
Tints of Crusoe #0F6232
RGB
CMYK
RGB Variations
Color information
#0F6232 (or 0x0F6232) is known color: Crusoe. HEX triplet: 0F, 62 and 32. RGB value is (15,98,50). Sum of RGB (Red+Green+Blue) = 15+98+50=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6232 is #F09DCD. Grayscale: #434343. Windows color (decimal): -15769038 or 3301903. OLE color: 3301903.
HSL color Cylindrical-coordinate representation of color #0F6232: hue angle of 145.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6232 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 50 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.62 |
| HSL | 145.3º | 0.73% | 0.22% | - |
| HSV(B) | 145.3º | 0.85% | 0.38% | - |
| XYZ | 5.14 | 9.07 | 4.5 | - |
| YUV | 67.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 50 | 0.85 | 0 | 0.49 | 0.62 | 145.3 | 0.73 | 0.22 |
| Hex | F | 62 | 32 | 55 | 0 | 31 | 3E | 91 | 49 | 16 |
| Octal | 17 | 142 | 62 | 125 | 0 | 61 | 76 | 221 | 111 | 26 |
| Binary | 1111 | 1100010 | 110010 | 1010101 | 0 | 110001 | 111110 | 10010001 | 1001001 | 10110 |
Color Harmonies of #0F6232
Complementary color
Monochromatic Colors of #0F6232
Black with #0F6232
Text Example
Text Example
White with #0F6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6232; }
p { color: rgb(15,98,50); }
H1.HeaderClassName
{
color: #0F6232;
}
.AnyTagClassName
{
color: #0F6232;
}
</style>
background-color css
<style>
a { background-color: #0F6232; }
a { background-color: rgb(15,98,50); }
div.DivClassName
{
background-color: #0F6232;
}
.BgClassName
{
background-color: #0F6232;
}
</style>
border-color css
<style>
span { border-color: #0F6232; }
span { border-color: rgb(15,98,50); }
td.TdClassName
{
border-color: #0F6232;
}
.TagClassName
{
border-color: #0F6232;
}
</style>