Shades of County Green #18563C
Tints of County Green #18563C
RGB
CMYK
RGB Variations
Color information
#18563C (or 0x18563C) is known color: County Green. HEX triplet: 18, 56 and 3C. RGB value is (24,86,60). Sum of RGB (Red+Green+Blue) = 24+86+60=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #18563C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18563C is #E7A9C3. Grayscale: #404040. Windows color (decimal): -15182276 or 3954200. OLE color: 3954200.
HSL color Cylindrical-coordinate representation of color #18563C: hue angle of 154.84º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18563C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 60 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.66 |
| HSL | 154.84º | 0.56% | 0.22% | - |
| HSV(B) | 154.84º | 0.72% | 0.34% | - |
| XYZ | 4.52 | 7.18 | 5.42 | - |
| YUV | 64.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 60 | 0.72 | 0 | 0.30 | 0.66 | 154.84 | 0.56 | 0.22 |
| Hex | 18 | 56 | 3C | 48 | 0 | 1E | 42 | 9B | 38 | 16 |
| Octal | 30 | 126 | 74 | 110 | 0 | 36 | 102 | 233 | 70 | 26 |
| Binary | 11000 | 1010110 | 111100 | 1001000 | 0 | 11110 | 1000010 | 10011011 | 111000 | 10110 |
Color Harmonies of #18563C
Complementary color
Monochromatic Colors of #18563C
Black with #18563C
Text Example
Text Example
White with #18563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18563C; }
p { color: rgb(24,86,60); }
H1.HeaderClassName
{
color: #18563C;
}
.AnyTagClassName
{
color: #18563C;
}
</style>
background-color css
<style>
a { background-color: #18563C; }
a { background-color: rgb(24,86,60); }
div.DivClassName
{
background-color: #18563C;
}
.BgClassName
{
background-color: #18563C;
}
</style>
border-color css
<style>
span { border-color: #18563C; }
span { border-color: rgb(24,86,60); }
td.TdClassName
{
border-color: #18563C;
}
.TagClassName
{
border-color: #18563C;
}
</style>