Shades of Crusoe #0F632D
Tints of Crusoe #0F632D
RGB
CMYK
RGB Variations
Color information
#0F632D (or 0x0F632D) is known color: Crusoe. HEX triplet: 0F, 63 and 2D. RGB value is (15,99,45). Sum of RGB (Red+Green+Blue) = 15+99+45=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #0F632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F632D is #F09CD2. Grayscale: #434343. Windows color (decimal): -15768787 or 2974479. OLE color: 2974479.
HSL color Cylindrical-coordinate representation of color #0F632D: hue angle of 141.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F632D is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 99 | 45 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.61 |
| HSL | 141.43º | 0.74% | 0.22% | - |
| HSV(B) | 141.43º | 0.85% | 0.39% | - |
| XYZ | 5.13 | 9.21 | 3.99 | - |
| YUV | 67.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 45 | 0.85 | 0 | 0.55 | 0.61 | 141.43 | 0.74 | 0.22 |
| Hex | F | 63 | 2D | 55 | 0 | 37 | 3D | 8D | 4A | 16 |
| Octal | 17 | 143 | 55 | 125 | 0 | 67 | 75 | 215 | 112 | 26 |
| Binary | 1111 | 1100011 | 101101 | 1010101 | 0 | 110111 | 111101 | 10001101 | 1001010 | 10110 |
Color Harmonies of #0F632D
Complementary color
Monochromatic Colors of #0F632D
Black with #0F632D
Text Example
Text Example
White with #0F632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F632D; }
p { color: rgb(15,99,45); }
H1.HeaderClassName
{
color: #0F632D;
}
.AnyTagClassName
{
color: #0F632D;
}
</style>
background-color css
<style>
a { background-color: #0F632D; }
a { background-color: rgb(15,99,45); }
div.DivClassName
{
background-color: #0F632D;
}
.BgClassName
{
background-color: #0F632D;
}
</style>
border-color css
<style>
span { border-color: #0F632D; }
span { border-color: rgb(15,99,45); }
td.TdClassName
{
border-color: #0F632D;
}
.TagClassName
{
border-color: #0F632D;
}
</style>