Shades of County Green #18513B
Tints of County Green #18513B
RGB
CMYK
RGB Variations
Color information
#18513B (or 0x18513B) is known color: County Green. HEX triplet: 18, 51 and 3B. RGB value is (24,81,59). Sum of RGB (Red+Green+Blue) = 24+81+59=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #18513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18513B is #E7AEC4. Grayscale: #3D3D3D. Windows color (decimal): -15183557 or 3887384. OLE color: 3887384.
HSL color Cylindrical-coordinate representation of color #18513B: hue angle of 156.84º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18513B is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 59 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.68 |
| HSL | 156.84º | 0.54% | 0.21% | - |
| HSV(B) | 156.84º | 0.7% | 0.32% | - |
| XYZ | 4.11 | 6.39 | 5.16 | - |
| YUV | 61.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 59 | 0.70 | 0 | 0.27 | 0.68 | 156.84 | 0.54 | 0.21 |
| Hex | 18 | 51 | 3B | 46 | 0 | 1B | 44 | 9D | 36 | 15 |
| Octal | 30 | 121 | 73 | 106 | 0 | 33 | 104 | 235 | 66 | 25 |
| Binary | 11000 | 1010001 | 111011 | 1000110 | 0 | 11011 | 1000100 | 10011101 | 110110 | 10101 |
Color Harmonies of #18513B
Complementary color
Monochromatic Colors of #18513B
Black with #18513B
Text Example
Text Example
White with #18513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18513B; }
p { color: rgb(24,81,59); }
H1.HeaderClassName
{
color: #18513B;
}
.AnyTagClassName
{
color: #18513B;
}
</style>
background-color css
<style>
a { background-color: #18513B; }
a { background-color: rgb(24,81,59); }
div.DivClassName
{
background-color: #18513B;
}
.BgClassName
{
background-color: #18513B;
}
</style>
border-color css
<style>
span { border-color: #18513B; }
span { border-color: rgb(24,81,59); }
td.TdClassName
{
border-color: #18513B;
}
.TagClassName
{
border-color: #18513B;
}
</style>