Shades of Crusoe #0F531A
Tints of Crusoe #0F531A
RGB
CMYK
RGB Variations
Color information
#0F531A (or 0x0F531A) is known color: Crusoe. HEX triplet: 0F, 53 and 1A. RGB value is (15,83,26). Sum of RGB (Red+Green+Blue) = 15+83+26=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #0F531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F531A is #F0ACE5. Grayscale: #383838. Windows color (decimal): -15772902 or 1725199. OLE color: 1725199.
HSL color Cylindrical-coordinate representation of color #0F531A: hue angle of 129.71º 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 #0F531A is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 26 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.67 |
| HSL | 129.71º | 0.69% | 0.19% | - |
| HSV(B) | 129.71º | 0.82% | 0.33% | - |
| XYZ | 3.48 | 6.36 | 2.02 | - |
| YUV | 56.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 26 | 0.82 | 0 | 0.69 | 0.67 | 129.71 | 0.69 | 0.19 |
| Hex | F | 53 | 1A | 52 | 0 | 45 | 43 | 82 | 45 | 13 |
| Octal | 17 | 123 | 32 | 122 | 0 | 105 | 103 | 202 | 105 | 23 |
| Binary | 1111 | 1010011 | 11010 | 1010010 | 0 | 1000101 | 1000011 | 10000010 | 1000101 | 10011 |
Color Harmonies of #0F531A
Complementary color
Monochromatic Colors of #0F531A
Black with #0F531A
Text Example
Text Example
White with #0F531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F531A; }
p { color: rgb(15,83,26); }
H1.HeaderClassName
{
color: #0F531A;
}
.AnyTagClassName
{
color: #0F531A;
}
</style>
background-color css
<style>
a { background-color: #0F531A; }
a { background-color: rgb(15,83,26); }
div.DivClassName
{
background-color: #0F531A;
}
.BgClassName
{
background-color: #0F531A;
}
</style>
border-color css
<style>
span { border-color: #0F531A; }
span { border-color: rgb(15,83,26); }
td.TdClassName
{
border-color: #0F531A;
}
.TagClassName
{
border-color: #0F531A;
}
</style>