Shades of Crusoe #0F521C
Tints of Crusoe #0F521C
RGB
CMYK
RGB Variations
Color information
#0F521C (or 0x0F521C) is known color: Crusoe. HEX triplet: 0F, 52 and 1C. RGB value is (15,82,28). Sum of RGB (Red+Green+Blue) = 15+82+28=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #0F521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F521C is #F0ADE3. Grayscale: #373737. Windows color (decimal): -15773156 or 1856015. OLE color: 1856015.
HSL color Cylindrical-coordinate representation of color #0F521C: hue angle of 131.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F521C is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 28 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.68 |
| HSL | 131.64º | 0.69% | 0.19% | - |
| HSV(B) | 131.64º | 0.82% | 0.32% | - |
| XYZ | 3.42 | 6.22 | 2.12 | - |
| YUV | 55.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 28 | 0.82 | 0 | 0.66 | 0.68 | 131.64 | 0.69 | 0.19 |
| Hex | F | 52 | 1C | 52 | 0 | 42 | 44 | 84 | 45 | 13 |
| Octal | 17 | 122 | 34 | 122 | 0 | 102 | 104 | 204 | 105 | 23 |
| Binary | 1111 | 1010010 | 11100 | 1010010 | 0 | 1000010 | 1000100 | 10000100 | 1000101 | 10011 |
Color Harmonies of #0F521C
Complementary color
Monochromatic Colors of #0F521C
Black with #0F521C
Text Example
Text Example
White with #0F521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F521C; }
p { color: rgb(15,82,28); }
H1.HeaderClassName
{
color: #0F521C;
}
.AnyTagClassName
{
color: #0F521C;
}
</style>
background-color css
<style>
a { background-color: #0F521C; }
a { background-color: rgb(15,82,28); }
div.DivClassName
{
background-color: #0F521C;
}
.BgClassName
{
background-color: #0F521C;
}
</style>
border-color css
<style>
span { border-color: #0F521C; }
span { border-color: rgb(15,82,28); }
td.TdClassName
{
border-color: #0F521C;
}
.TagClassName
{
border-color: #0F521C;
}
</style>