Shades of County Green #0B5335
Tints of County Green #0B5335
RGB
CMYK
RGB Variations
Color information
#0B5335 (or 0x0B5335) is known color: County Green. HEX triplet: 0B, 53 and 35. RGB value is (11,83,53). Sum of RGB (Red+Green+Blue) = 11+83+53=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5335 is #F4ACCA. Grayscale: #3A3A3A. Windows color (decimal): -16035019 or 3494667. OLE color: 3494667.
HSL color Cylindrical-coordinate representation of color #0B5335: hue angle of 155º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5335 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 53 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.67 |
| HSL | 155º | 0.77% | 0.18% | - |
| HSV(B) | 155º | 0.87% | 0.33% | - |
| XYZ | 3.87 | 6.51 | 4.42 | - |
| YUV | 58.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 53 | 0.87 | 0 | 0.36 | 0.67 | 155 | 0.77 | 0.18 |
| Hex | B | 53 | 35 | 57 | 0 | 24 | 43 | 9B | 4D | 12 |
| Octal | 13 | 123 | 65 | 127 | 0 | 44 | 103 | 233 | 115 | 22 |
| Binary | 1011 | 1010011 | 110101 | 1010111 | 0 | 100100 | 1000011 | 10011011 | 1001101 | 10010 |
Color Harmonies of #0B5335
Complementary color
Monochromatic Colors of #0B5335
Black with #0B5335
Text Example
Text Example
White with #0B5335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5335; }
p { color: rgb(11,83,53); }
H1.HeaderClassName
{
color: #0B5335;
}
.AnyTagClassName
{
color: #0B5335;
}
</style>
background-color css
<style>
a { background-color: #0B5335; }
a { background-color: rgb(11,83,53); }
div.DivClassName
{
background-color: #0B5335;
}
.BgClassName
{
background-color: #0B5335;
}
</style>
border-color css
<style>
span { border-color: #0B5335; }
span { border-color: rgb(11,83,53); }
td.TdClassName
{
border-color: #0B5335;
}
.TagClassName
{
border-color: #0B5335;
}
</style>