Shades of Crusoe #0F531F
Tints of Crusoe #0F531F
RGB
CMYK
RGB Variations
Color information
#0F531F (or 0x0F531F) is known color: Crusoe. HEX triplet: 0F, 53 and 1F. RGB value is (15,83,31). Sum of RGB (Red+Green+Blue) = 15+83+31=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #0F531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F531F is #F0ACE0. Grayscale: #383838. Windows color (decimal): -15772897 or 2052879. OLE color: 2052879.
HSL color Cylindrical-coordinate representation of color #0F531F: hue angle of 134.12º 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 #0F531F is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 31 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.67 |
| HSL | 134.12º | 0.69% | 0.19% | - |
| HSV(B) | 134.12º | 0.82% | 0.33% | - |
| XYZ | 3.54 | 6.39 | 2.34 | - |
| YUV | 56.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 31 | 0.82 | 0 | 0.63 | 0.67 | 134.12 | 0.69 | 0.19 |
| Hex | F | 53 | 1F | 52 | 0 | 3F | 43 | 86 | 45 | 13 |
| Octal | 17 | 123 | 37 | 122 | 0 | 77 | 103 | 206 | 105 | 23 |
| Binary | 1111 | 1010011 | 11111 | 1010010 | 0 | 111111 | 1000011 | 10000110 | 1000101 | 10011 |
Color Harmonies of #0F531F
Complementary color
Monochromatic Colors of #0F531F
Black with #0F531F
Text Example
Text Example
White with #0F531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F531F; }
p { color: rgb(15,83,31); }
H1.HeaderClassName
{
color: #0F531F;
}
.AnyTagClassName
{
color: #0F531F;
}
</style>
background-color css
<style>
a { background-color: #0F531F; }
a { background-color: rgb(15,83,31); }
div.DivClassName
{
background-color: #0F531F;
}
.BgClassName
{
background-color: #0F531F;
}
</style>
border-color css
<style>
span { border-color: #0F531F; }
span { border-color: rgb(15,83,31); }
td.TdClassName
{
border-color: #0F531F;
}
.TagClassName
{
border-color: #0F531F;
}
</style>