Shades of County Green #0B5138
Tints of County Green #0B5138
RGB
CMYK
RGB Variations
Color information
#0B5138 (or 0x0B5138) is known color: County Green. HEX triplet: 0B, 51 and 38. RGB value is (11,81,56). Sum of RGB (Red+Green+Blue) = 11+81+56=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5138 is #F4AEC7. Grayscale: #393939. Windows color (decimal): -16035528 or 3690763. OLE color: 3690763.
HSL color Cylindrical-coordinate representation of color #0B5138: hue angle of 158.57º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5138 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 56 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.68 |
| HSL | 158.57º | 0.76% | 0.18% | - |
| HSV(B) | 158.57º | 0.86% | 0.32% | - |
| XYZ | 3.79 | 6.24 | 4.75 | - |
| YUV | 57.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 56 | 0.86 | 0 | 0.31 | 0.68 | 158.57 | 0.76 | 0.18 |
| Hex | B | 51 | 38 | 56 | 0 | 1F | 44 | 9F | 4C | 12 |
| Octal | 13 | 121 | 70 | 126 | 0 | 37 | 104 | 237 | 114 | 22 |
| Binary | 1011 | 1010001 | 111000 | 1010110 | 0 | 11111 | 1000100 | 10011111 | 1001100 | 10010 |
Color Harmonies of #0B5138
Complementary color
Monochromatic Colors of #0B5138
Black with #0B5138
Text Example
Text Example
White with #0B5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5138; }
p { color: rgb(11,81,56); }
H1.HeaderClassName
{
color: #0B5138;
}
.AnyTagClassName
{
color: #0B5138;
}
</style>
background-color css
<style>
a { background-color: #0B5138; }
a { background-color: rgb(11,81,56); }
div.DivClassName
{
background-color: #0B5138;
}
.BgClassName
{
background-color: #0B5138;
}
</style>
border-color css
<style>
span { border-color: #0B5138; }
span { border-color: rgb(11,81,56); }
td.TdClassName
{
border-color: #0B5138;
}
.TagClassName
{
border-color: #0B5138;
}
</style>