Shades of County Green #0B5437
Tints of County Green #0B5437
RGB
CMYK
RGB Variations
Color information
#0B5437 (or 0x0B5437) is known color: County Green. HEX triplet: 0B, 54 and 37. RGB value is (11,84,55). Sum of RGB (Red+Green+Blue) = 11+84+55=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5437 is #F4ABC8. Grayscale: #3A3A3A. Windows color (decimal): -16034761 or 3625995. OLE color: 3625995.
HSL color Cylindrical-coordinate representation of color #0B5437: hue angle of 156.16º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5437 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 55 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.67 |
| HSL | 156.16º | 0.77% | 0.19% | - |
| HSV(B) | 156.16º | 0.87% | 0.33% | - |
| XYZ | 4 | 6.69 | 4.69 | - |
| YUV | 58.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 55 | 0.87 | 0 | 0.35 | 0.67 | 156.16 | 0.77 | 0.19 |
| Hex | B | 54 | 37 | 57 | 0 | 23 | 43 | 9C | 4D | 13 |
| Octal | 13 | 124 | 67 | 127 | 0 | 43 | 103 | 234 | 115 | 23 |
| Binary | 1011 | 1010100 | 110111 | 1010111 | 0 | 100011 | 1000011 | 10011100 | 1001101 | 10011 |
Color Harmonies of #0B5437
Complementary color
Monochromatic Colors of #0B5437
Black with #0B5437
Text Example
Text Example
White with #0B5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5437; }
p { color: rgb(11,84,55); }
H1.HeaderClassName
{
color: #0B5437;
}
.AnyTagClassName
{
color: #0B5437;
}
</style>
background-color css
<style>
a { background-color: #0B5437; }
a { background-color: rgb(11,84,55); }
div.DivClassName
{
background-color: #0B5437;
}
.BgClassName
{
background-color: #0B5437;
}
</style>
border-color css
<style>
span { border-color: #0B5437; }
span { border-color: rgb(11,84,55); }
td.TdClassName
{
border-color: #0B5437;
}
.TagClassName
{
border-color: #0B5437;
}
</style>