Shades of Crusoe #0F641D
Tints of Crusoe #0F641D
RGB
CMYK
RGB Variations
Color information
#0F641D (or 0x0F641D) is known color: Crusoe. HEX triplet: 0F, 64 and 1D. RGB value is (15,100,29). Sum of RGB (Red+Green+Blue) = 15+100+29=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #0F641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F641D is #F09BE2. Grayscale: #424242. Windows color (decimal): -15768547 or 1926159. OLE color: 1926159.
HSL color Cylindrical-coordinate representation of color #0F641D: hue angle of 129.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F641D is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 100 | 29 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.61 |
| HSL | 129.88º | 0.74% | 0.23% | - |
| HSV(B) | 129.88º | 0.85% | 0.39% | - |
| XYZ | 4.98 | 9.3 | 2.7 | - |
| YUV | 66.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 29 | 0.85 | 0 | 0.71 | 0.61 | 129.88 | 0.74 | 0.23 |
| Hex | F | 64 | 1D | 55 | 0 | 47 | 3D | 82 | 4A | 17 |
| Octal | 17 | 144 | 35 | 125 | 0 | 107 | 75 | 202 | 112 | 27 |
| Binary | 1111 | 1100100 | 11101 | 1010101 | 0 | 1000111 | 111101 | 10000010 | 1001010 | 10111 |
Color Harmonies of #0F641D
Complementary color
Monochromatic Colors of #0F641D
Black with #0F641D
Text Example
Text Example
White with #0F641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F641D; }
p { color: rgb(15,100,29); }
H1.HeaderClassName
{
color: #0F641D;
}
.AnyTagClassName
{
color: #0F641D;
}
</style>
background-color css
<style>
a { background-color: #0F641D; }
a { background-color: rgb(15,100,29); }
div.DivClassName
{
background-color: #0F641D;
}
.BgClassName
{
background-color: #0F641D;
}
</style>
border-color css
<style>
span { border-color: #0F641D; }
span { border-color: rgb(15,100,29); }
td.TdClassName
{
border-color: #0F641D;
}
.TagClassName
{
border-color: #0F641D;
}
</style>