Shades of Crusoe #0F542E
Tints of Crusoe #0F542E
RGB
CMYK
RGB Variations
Color information
#0F542E (or 0x0F542E) is known color: Crusoe. HEX triplet: 0F, 54 and 2E. RGB value is (15,84,46). Sum of RGB (Red+Green+Blue) = 15+84+46=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #0F542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F542E is #F0ABD1. Grayscale: #3B3B3B. Windows color (decimal): -15772626 or 3036175. OLE color: 3036175.
HSL color Cylindrical-coordinate representation of color #0F542E: hue angle of 146.96º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F542E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 46 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.67 |
| HSL | 146.96º | 0.7% | 0.19% | - |
| HSV(B) | 146.96º | 0.82% | 0.33% | - |
| XYZ | 3.86 | 6.64 | 3.66 | - |
| YUV | 59.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 46 | 0.82 | 0 | 0.45 | 0.67 | 146.96 | 0.7 | 0.19 |
| Hex | F | 54 | 2E | 52 | 0 | 2D | 43 | 93 | 46 | 13 |
| Octal | 17 | 124 | 56 | 122 | 0 | 55 | 103 | 223 | 106 | 23 |
| Binary | 1111 | 1010100 | 101110 | 1010010 | 0 | 101101 | 1000011 | 10010011 | 1000110 | 10011 |
Color Harmonies of #0F542E
Complementary color
Monochromatic Colors of #0F542E
Black with #0F542E
Text Example
Text Example
White with #0F542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F542E; }
p { color: rgb(15,84,46); }
H1.HeaderClassName
{
color: #0F542E;
}
.AnyTagClassName
{
color: #0F542E;
}
</style>
background-color css
<style>
a { background-color: #0F542E; }
a { background-color: rgb(15,84,46); }
div.DivClassName
{
background-color: #0F542E;
}
.BgClassName
{
background-color: #0F542E;
}
</style>
border-color css
<style>
span { border-color: #0F542E; }
span { border-color: rgb(15,84,46); }
td.TdClassName
{
border-color: #0F542E;
}
.TagClassName
{
border-color: #0F542E;
}
</style>