Shades of County Green #18553F
Tints of County Green #18553F
RGB
CMYK
RGB Variations
Color information
#18553F (or 0x18553F) is known color: County Green. HEX triplet: 18, 55 and 3F. RGB value is (24,85,63). Sum of RGB (Red+Green+Blue) = 24+85+63=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #18553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18553F is #E7AAC0. Grayscale: #404040. Windows color (decimal): -15182529 or 4150552. OLE color: 4150552.
HSL color Cylindrical-coordinate representation of color #18553F: hue angle of 158.36º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18553F is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 63 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.67 |
| HSL | 158.36º | 0.56% | 0.21% | - |
| HSV(B) | 158.36º | 0.72% | 0.33% | - |
| XYZ | 4.52 | 7.05 | 5.83 | - |
| YUV | 64.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 63 | 0.72 | 0 | 0.26 | 0.67 | 158.36 | 0.56 | 0.21 |
| Hex | 18 | 55 | 3F | 48 | 0 | 1A | 43 | 9E | 38 | 15 |
| Octal | 30 | 125 | 77 | 110 | 0 | 32 | 103 | 236 | 70 | 25 |
| Binary | 11000 | 1010101 | 111111 | 1001000 | 0 | 11010 | 1000011 | 10011110 | 111000 | 10101 |
Color Harmonies of #18553F
Complementary color
Monochromatic Colors of #18553F
Black with #18553F
Text Example
Text Example
White with #18553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18553F; }
p { color: rgb(24,85,63); }
H1.HeaderClassName
{
color: #18553F;
}
.AnyTagClassName
{
color: #18553F;
}
</style>
background-color css
<style>
a { background-color: #18553F; }
a { background-color: rgb(24,85,63); }
div.DivClassName
{
background-color: #18553F;
}
.BgClassName
{
background-color: #18553F;
}
</style>
border-color css
<style>
span { border-color: #18553F; }
span { border-color: rgb(24,85,63); }
td.TdClassName
{
border-color: #18553F;
}
.TagClassName
{
border-color: #18553F;
}
</style>