Shades of Crusoe #0F522A
Tints of Crusoe #0F522A
RGB
CMYK
RGB Variations
Color information
#0F522A (or 0x0F522A) is known color: Crusoe. HEX triplet: 0F, 52 and 2A. RGB value is (15,82,42). Sum of RGB (Red+Green+Blue) = 15+82+42=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #0F522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F522A is #F0ADD5. Grayscale: #393939. Windows color (decimal): -15773142 or 2773519. OLE color: 2773519.
HSL color Cylindrical-coordinate representation of color #0F522A: hue angle of 144.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F522A is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 42 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.68 |
| HSL | 144.18º | 0.69% | 0.19% | - |
| HSV(B) | 144.18º | 0.82% | 0.32% | - |
| XYZ | 3.63 | 6.3 | 3.22 | - |
| YUV | 57.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 42 | 0.82 | 0 | 0.49 | 0.68 | 144.18 | 0.69 | 0.19 |
| Hex | F | 52 | 2A | 52 | 0 | 31 | 44 | 90 | 45 | 13 |
| Octal | 17 | 122 | 52 | 122 | 0 | 61 | 104 | 220 | 105 | 23 |
| Binary | 1111 | 1010010 | 101010 | 1010010 | 0 | 110001 | 1000100 | 10010000 | 1000101 | 10011 |
Color Harmonies of #0F522A
Complementary color
Monochromatic Colors of #0F522A
Black with #0F522A
Text Example
Text Example
White with #0F522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F522A; }
p { color: rgb(15,82,42); }
H1.HeaderClassName
{
color: #0F522A;
}
.AnyTagClassName
{
color: #0F522A;
}
</style>
background-color css
<style>
a { background-color: #0F522A; }
a { background-color: rgb(15,82,42); }
div.DivClassName
{
background-color: #0F522A;
}
.BgClassName
{
background-color: #0F522A;
}
</style>
border-color css
<style>
span { border-color: #0F522A; }
span { border-color: rgb(15,82,42); }
td.TdClassName
{
border-color: #0F522A;
}
.TagClassName
{
border-color: #0F522A;
}
</style>