Shades of County Green #0B4D33
Tints of County Green #0B4D33
RGB
CMYK
RGB Variations
Color information
#0B4D33 (or 0x0B4D33) is known color: County Green. HEX triplet: 0B, 4D and 33. RGB value is (11,77,51). Sum of RGB (Red+Green+Blue) = 11+77+51=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #0B4D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4D33 is #F4B2CC. Grayscale: #363636. Windows color (decimal): -16036557 or 3362059. OLE color: 3362059.
HSL color Cylindrical-coordinate representation of color #0B4D33: hue angle of 156.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4D33 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 77 | 51 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.70 |
| HSL | 156.36º | 0.75% | 0.17% | - |
| HSV(B) | 156.36º | 0.86% | 0.3% | - |
| XYZ | 3.39 | 5.62 | 4.04 | - |
| YUV | 54.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 77 | 51 | 0.86 | 0 | 0.34 | 0.70 | 156.36 | 0.75 | 0.17 |
| Hex | B | 4D | 33 | 56 | 0 | 22 | 46 | 9C | 4B | 11 |
| Octal | 13 | 115 | 63 | 126 | 0 | 42 | 106 | 234 | 113 | 21 |
| Binary | 1011 | 1001101 | 110011 | 1010110 | 0 | 100010 | 1000110 | 10011100 | 1001011 | 10001 |
Color Harmonies of #0B4D33
Complementary color
Monochromatic Colors of #0B4D33
Black with #0B4D33
Text Example
Text Example
White with #0B4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4D33; }
p { color: rgb(11,77,51); }
H1.HeaderClassName
{
color: #0B4D33;
}
.AnyTagClassName
{
color: #0B4D33;
}
</style>
background-color css
<style>
a { background-color: #0B4D33; }
a { background-color: rgb(11,77,51); }
div.DivClassName
{
background-color: #0B4D33;
}
.BgClassName
{
background-color: #0B4D33;
}
</style>
border-color css
<style>
span { border-color: #0B4D33; }
span { border-color: rgb(11,77,51); }
td.TdClassName
{
border-color: #0B4D33;
}
.TagClassName
{
border-color: #0B4D33;
}
</style>