Shades of County Green #185236
Tints of County Green #185236
RGB
CMYK
RGB Variations
Color information
#185236 (or 0x185236) is known color: County Green. HEX triplet: 18, 52 and 36. RGB value is (24,82,54). Sum of RGB (Red+Green+Blue) = 24+82+54=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #185236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185236 is #E7ADC9. Grayscale: #3D3D3D. Windows color (decimal): -15183306 or 3559960. OLE color: 3559960.
HSL color Cylindrical-coordinate representation of color #185236: hue angle of 151.03º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185236 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 54 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.68 |
| HSL | 151.03º | 0.55% | 0.21% | - |
| HSV(B) | 151.03º | 0.71% | 0.32% | - |
| XYZ | 4.06 | 6.5 | 4.53 | - |
| YUV | 61.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 54 | 0.71 | 0 | 0.34 | 0.68 | 151.03 | 0.55 | 0.21 |
| Hex | 18 | 52 | 36 | 47 | 0 | 22 | 44 | 97 | 37 | 15 |
| Octal | 30 | 122 | 66 | 107 | 0 | 42 | 104 | 227 | 67 | 25 |
| Binary | 11000 | 1010010 | 110110 | 1000111 | 0 | 100010 | 1000100 | 10010111 | 110111 | 10101 |
Color Harmonies of #185236
Complementary color
Monochromatic Colors of #185236
Black with #185236
Text Example
Text Example
White with #185236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185236; }
p { color: rgb(24,82,54); }
H1.HeaderClassName
{
color: #185236;
}
.AnyTagClassName
{
color: #185236;
}
</style>
background-color css
<style>
a { background-color: #185236; }
a { background-color: rgb(24,82,54); }
div.DivClassName
{
background-color: #185236;
}
.BgClassName
{
background-color: #185236;
}
</style>
border-color css
<style>
span { border-color: #185236; }
span { border-color: rgb(24,82,54); }
td.TdClassName
{
border-color: #185236;
}
.TagClassName
{
border-color: #185236;
}
</style>