Shades of County Green #0F5437
Tints of County Green #0F5437
RGB
CMYK
RGB Variations
Color information
#0F5437 (or 0x0F5437) is known color: County Green. HEX triplet: 0F, 54 and 37. RGB value is (15,84,55). Sum of RGB (Red+Green+Blue) = 15+84+55=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5437 is #F0ABC8. Grayscale: #3C3C3C. Windows color (decimal): -15772617 or 3625999. OLE color: 3625999.
HSL color Cylindrical-coordinate representation of color #0F5437: hue angle of 154.78º degrees, saturation: 0.7, 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 #0F5437 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 55 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.67 |
| HSL | 154.78º | 0.7% | 0.19% | - |
| HSV(B) | 154.78º | 0.82% | 0.33% | - |
| XYZ | 4.06 | 6.72 | 4.7 | - |
| YUV | 60.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 55 | 0.82 | 0 | 0.35 | 0.67 | 154.78 | 0.7 | 0.19 |
| Hex | F | 54 | 37 | 52 | 0 | 23 | 43 | 9B | 46 | 13 |
| Octal | 17 | 124 | 67 | 122 | 0 | 43 | 103 | 233 | 106 | 23 |
| Binary | 1111 | 1010100 | 110111 | 1010010 | 0 | 100011 | 1000011 | 10011011 | 1000110 | 10011 |
Color Harmonies of #0F5437
Complementary color
Monochromatic Colors of #0F5437
Black with #0F5437
Text Example
Text Example
White with #0F5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5437; }
p { color: rgb(15,84,55); }
H1.HeaderClassName
{
color: #0F5437;
}
.AnyTagClassName
{
color: #0F5437;
}
</style>
background-color css
<style>
a { background-color: #0F5437; }
a { background-color: rgb(15,84,55); }
div.DivClassName
{
background-color: #0F5437;
}
.BgClassName
{
background-color: #0F5437;
}
</style>
border-color css
<style>
span { border-color: #0F5437; }
span { border-color: rgb(15,84,55); }
td.TdClassName
{
border-color: #0F5437;
}
.TagClassName
{
border-color: #0F5437;
}
</style>