Shades of Crusoe #0F501D
Tints of Crusoe #0F501D
RGB
CMYK
RGB Variations
Color information
#0F501D (or 0x0F501D) is known color: Crusoe. HEX triplet: 0F, 50 and 1D. RGB value is (15,80,29). Sum of RGB (Red+Green+Blue) = 15+80+29=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #0F501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F501D is #F0AFE2. Grayscale: #363636. Windows color (decimal): -15773667 or 1921039. OLE color: 1921039.
HSL color Cylindrical-coordinate representation of color #0F501D: hue angle of 132.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F501D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 29 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.69 |
| HSL | 132.92º | 0.68% | 0.19% | - |
| HSV(B) | 132.92º | 0.81% | 0.31% | - |
| XYZ | 3.29 | 5.93 | 2.13 | - |
| YUV | 54.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 29 | 0.81 | 0 | 0.64 | 0.69 | 132.92 | 0.68 | 0.19 |
| Hex | F | 50 | 1D | 51 | 0 | 40 | 45 | 85 | 44 | 13 |
| Octal | 17 | 120 | 35 | 121 | 0 | 100 | 105 | 205 | 104 | 23 |
| Binary | 1111 | 1010000 | 11101 | 1010001 | 0 | 1000000 | 1000101 | 10000101 | 1000100 | 10011 |
Color Harmonies of #0F501D
Complementary color
Monochromatic Colors of #0F501D
Black with #0F501D
Text Example
Text Example
White with #0F501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F501D; }
p { color: rgb(15,80,29); }
H1.HeaderClassName
{
color: #0F501D;
}
.AnyTagClassName
{
color: #0F501D;
}
</style>
background-color css
<style>
a { background-color: #0F501D; }
a { background-color: rgb(15,80,29); }
div.DivClassName
{
background-color: #0F501D;
}
.BgClassName
{
background-color: #0F501D;
}
</style>
border-color css
<style>
span { border-color: #0F501D; }
span { border-color: rgb(15,80,29); }
td.TdClassName
{
border-color: #0F501D;
}
.TagClassName
{
border-color: #0F501D;
}
</style>