Shades of Crusoe #0F5F23
Tints of Crusoe #0F5F23
RGB
CMYK
RGB Variations
Color information
#0F5F23 (or 0x0F5F23) is known color: Crusoe. HEX triplet: 0F, 5F and 23. RGB value is (15,95,35). Sum of RGB (Red+Green+Blue) = 15+95+35=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #0F5F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5F23 is #F0A0DC. Grayscale: #404040. Windows color (decimal): -15769821 or 2318095. OLE color: 2318095.
HSL color Cylindrical-coordinate representation of color #0F5F23: hue angle of 135º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5F23 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 95 | 35 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.63 |
| HSL | 135º | 0.73% | 0.22% | - |
| HSV(B) | 135º | 0.84% | 0.37% | - |
| XYZ | 4.59 | 8.41 | 2.97 | - |
| YUV | 64.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 35 | 0.84 | 0 | 0.63 | 0.63 | 135 | 0.73 | 0.22 |
| Hex | F | 5F | 23 | 54 | 0 | 3F | 3F | 87 | 49 | 16 |
| Octal | 17 | 137 | 43 | 124 | 0 | 77 | 77 | 207 | 111 | 26 |
| Binary | 1111 | 1011111 | 100011 | 1010100 | 0 | 111111 | 111111 | 10000111 | 1001001 | 10110 |
Color Harmonies of #0F5F23
Complementary color
Monochromatic Colors of #0F5F23
Black with #0F5F23
Text Example
Text Example
White with #0F5F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5F23; }
p { color: rgb(15,95,35); }
H1.HeaderClassName
{
color: #0F5F23;
}
.AnyTagClassName
{
color: #0F5F23;
}
</style>
background-color css
<style>
a { background-color: #0F5F23; }
a { background-color: rgb(15,95,35); }
div.DivClassName
{
background-color: #0F5F23;
}
.BgClassName
{
background-color: #0F5F23;
}
</style>
border-color css
<style>
span { border-color: #0F5F23; }
span { border-color: rgb(15,95,35); }
td.TdClassName
{
border-color: #0F5F23;
}
.TagClassName
{
border-color: #0F5F23;
}
</style>