Shades of Crusoe #0F531E
Tints of Crusoe #0F531E
RGB
CMYK
RGB Variations
Color information
#0F531E (or 0x0F531E) is known color: Crusoe. HEX triplet: 0F, 53 and 1E. RGB value is (15,83,30). Sum of RGB (Red+Green+Blue) = 15+83+30=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #0F531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F531E is #F0ACE1. Grayscale: #383838. Windows color (decimal): -15772898 or 1987343. OLE color: 1987343.
HSL color Cylindrical-coordinate representation of color #0F531E: hue angle of 133.24º degrees, saturation: 0.69, 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 #0F531E is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 30 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.67 |
| HSL | 133.24º | 0.69% | 0.19% | - |
| HSV(B) | 133.24º | 0.82% | 0.33% | - |
| XYZ | 3.52 | 6.38 | 2.27 | - |
| YUV | 56.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 30 | 0.82 | 0 | 0.64 | 0.67 | 133.24 | 0.69 | 0.19 |
| Hex | F | 53 | 1E | 52 | 0 | 40 | 43 | 85 | 45 | 13 |
| Octal | 17 | 123 | 36 | 122 | 0 | 100 | 103 | 205 | 105 | 23 |
| Binary | 1111 | 1010011 | 11110 | 1010010 | 0 | 1000000 | 1000011 | 10000101 | 1000101 | 10011 |
Color Harmonies of #0F531E
Complementary color
Monochromatic Colors of #0F531E
Black with #0F531E
Text Example
Text Example
White with #0F531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F531E; }
p { color: rgb(15,83,30); }
H1.HeaderClassName
{
color: #0F531E;
}
.AnyTagClassName
{
color: #0F531E;
}
</style>
background-color css
<style>
a { background-color: #0F531E; }
a { background-color: rgb(15,83,30); }
div.DivClassName
{
background-color: #0F531E;
}
.BgClassName
{
background-color: #0F531E;
}
</style>
border-color css
<style>
span { border-color: #0F531E; }
span { border-color: rgb(15,83,30); }
td.TdClassName
{
border-color: #0F531E;
}
.TagClassName
{
border-color: #0F531E;
}
</style>