Shades of County Green #0B5032
Tints of County Green #0B5032
RGB
CMYK
RGB Variations
Color information
#0B5032 (or 0x0B5032) is known color: County Green. HEX triplet: 0B, 50 and 32. RGB value is (11,80,50). Sum of RGB (Red+Green+Blue) = 11+80+50=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5032 is #F4AFCD. Grayscale: #373737. Windows color (decimal): -16035790 or 3297291. OLE color: 3297291.
HSL color Cylindrical-coordinate representation of color #0B5032: hue angle of 153.91º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5032 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 50 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.69 |
| HSL | 153.91º | 0.76% | 0.18% | - |
| HSV(B) | 153.91º | 0.86% | 0.31% | - |
| XYZ | 3.58 | 6.04 | 3.99 | - |
| YUV | 55.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 50 | 0.86 | 0 | 0.37 | 0.69 | 153.91 | 0.76 | 0.18 |
| Hex | B | 50 | 32 | 56 | 0 | 25 | 45 | 9A | 4C | 12 |
| Octal | 13 | 120 | 62 | 126 | 0 | 45 | 105 | 232 | 114 | 22 |
| Binary | 1011 | 1010000 | 110010 | 1010110 | 0 | 100101 | 1000101 | 10011010 | 1001100 | 10010 |
Color Harmonies of #0B5032
Complementary color
Monochromatic Colors of #0B5032
Black with #0B5032
Text Example
Text Example
White with #0B5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5032; }
p { color: rgb(11,80,50); }
H1.HeaderClassName
{
color: #0B5032;
}
.AnyTagClassName
{
color: #0B5032;
}
</style>
background-color css
<style>
a { background-color: #0B5032; }
a { background-color: rgb(11,80,50); }
div.DivClassName
{
background-color: #0B5032;
}
.BgClassName
{
background-color: #0B5032;
}
</style>
border-color css
<style>
span { border-color: #0B5032; }
span { border-color: rgb(11,80,50); }
td.TdClassName
{
border-color: #0B5032;
}
.TagClassName
{
border-color: #0B5032;
}
</style>