Shades of Crusoe #0F532B
Tints of Crusoe #0F532B
RGB
CMYK
RGB Variations
Color information
#0F532B (or 0x0F532B) is known color: Crusoe. HEX triplet: 0F, 53 and 2B. RGB value is (15,83,43). Sum of RGB (Red+Green+Blue) = 15+83+43=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #0F532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F532B is #F0ACD4. Grayscale: #3A3A3A. Windows color (decimal): -15772885 or 2839311. OLE color: 2839311.
HSL color Cylindrical-coordinate representation of color #0F532B: hue angle of 144.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 #0F532B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 43 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.67 |
| HSL | 144.71º | 0.69% | 0.19% | - |
| HSV(B) | 144.71º | 0.82% | 0.33% | - |
| XYZ | 3.73 | 6.46 | 3.34 | - |
| YUV | 58.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 43 | 0.82 | 0 | 0.48 | 0.67 | 144.71 | 0.69 | 0.19 |
| Hex | F | 53 | 2B | 52 | 0 | 30 | 43 | 91 | 45 | 13 |
| Octal | 17 | 123 | 53 | 122 | 0 | 60 | 103 | 221 | 105 | 23 |
| Binary | 1111 | 1010011 | 101011 | 1010010 | 0 | 110000 | 1000011 | 10010001 | 1000101 | 10011 |
Color Harmonies of #0F532B
Complementary color
Monochromatic Colors of #0F532B
Black with #0F532B
Text Example
Text Example
White with #0F532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F532B; }
p { color: rgb(15,83,43); }
H1.HeaderClassName
{
color: #0F532B;
}
.AnyTagClassName
{
color: #0F532B;
}
</style>
background-color css
<style>
a { background-color: #0F532B; }
a { background-color: rgb(15,83,43); }
div.DivClassName
{
background-color: #0F532B;
}
.BgClassName
{
background-color: #0F532B;
}
</style>
border-color css
<style>
span { border-color: #0F532B; }
span { border-color: rgb(15,83,43); }
td.TdClassName
{
border-color: #0F532B;
}
.TagClassName
{
border-color: #0F532B;
}
</style>