Shades of Crusoe #0F5D22
Tints of Crusoe #0F5D22
RGB
CMYK
RGB Variations
Color information
#0F5D22 (or 0x0F5D22) is known color: Crusoe. HEX triplet: 0F, 5D and 22. RGB value is (15,93,34). Sum of RGB (Red+Green+Blue) = 15+93+34=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D22 is #F0A2DD. Grayscale: #3F3F3F. Windows color (decimal): -15770334 or 2252047. OLE color: 2252047.
HSL color Cylindrical-coordinate representation of color #0F5D22: hue angle of 134.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5D22 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 34 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.64 |
| HSL | 134.62º | 0.72% | 0.21% | - |
| HSV(B) | 134.62º | 0.84% | 0.36% | - |
| XYZ | 4.4 | 8.05 | 2.83 | - |
| YUV | 62.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 34 | 0.84 | 0 | 0.63 | 0.64 | 134.62 | 0.72 | 0.21 |
| Hex | F | 5D | 22 | 54 | 0 | 3F | 40 | 87 | 48 | 15 |
| Octal | 17 | 135 | 42 | 124 | 0 | 77 | 100 | 207 | 110 | 25 |
| Binary | 1111 | 1011101 | 100010 | 1010100 | 0 | 111111 | 1000000 | 10000111 | 1001000 | 10101 |
Color Harmonies of #0F5D22
Complementary color
Monochromatic Colors of #0F5D22
Black with #0F5D22
Text Example
Text Example
White with #0F5D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D22; }
p { color: rgb(15,93,34); }
H1.HeaderClassName
{
color: #0F5D22;
}
.AnyTagClassName
{
color: #0F5D22;
}
</style>
background-color css
<style>
a { background-color: #0F5D22; }
a { background-color: rgb(15,93,34); }
div.DivClassName
{
background-color: #0F5D22;
}
.BgClassName
{
background-color: #0F5D22;
}
</style>
border-color css
<style>
span { border-color: #0F5D22; }
span { border-color: rgb(15,93,34); }
td.TdClassName
{
border-color: #0F5D22;
}
.TagClassName
{
border-color: #0F5D22;
}
</style>