Shades of County Green #0B5236
Tints of County Green #0B5236
RGB
CMYK
RGB Variations
Color information
#0B5236 (or 0x0B5236) is known color: County Green. HEX triplet: 0B, 52 and 36. RGB value is (11,82,54). Sum of RGB (Red+Green+Blue) = 11+82+54=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #0B5236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5236 is #F4ADC9. Grayscale: #393939. Windows color (decimal): -16035274 or 3559947. OLE color: 3559947.
HSL color Cylindrical-coordinate representation of color #0B5236: hue angle of 156.34º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5236 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 54 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.68 |
| HSL | 156.34º | 0.76% | 0.18% | - |
| HSV(B) | 156.34º | 0.87% | 0.32% | - |
| XYZ | 3.82 | 6.37 | 4.52 | - |
| YUV | 57.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 54 | 0.87 | 0 | 0.34 | 0.68 | 156.34 | 0.76 | 0.18 |
| Hex | B | 52 | 36 | 57 | 0 | 22 | 44 | 9C | 4C | 12 |
| Octal | 13 | 122 | 66 | 127 | 0 | 42 | 104 | 234 | 114 | 22 |
| Binary | 1011 | 1010010 | 110110 | 1010111 | 0 | 100010 | 1000100 | 10011100 | 1001100 | 10010 |
Color Harmonies of #0B5236
Complementary color
Monochromatic Colors of #0B5236
Black with #0B5236
Text Example
Text Example
White with #0B5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5236; }
p { color: rgb(11,82,54); }
H1.HeaderClassName
{
color: #0B5236;
}
.AnyTagClassName
{
color: #0B5236;
}
</style>
background-color css
<style>
a { background-color: #0B5236; }
a { background-color: rgb(11,82,54); }
div.DivClassName
{
background-color: #0B5236;
}
.BgClassName
{
background-color: #0B5236;
}
</style>
border-color css
<style>
span { border-color: #0B5236; }
span { border-color: rgb(11,82,54); }
td.TdClassName
{
border-color: #0B5236;
}
.TagClassName
{
border-color: #0B5236;
}
</style>