Shades of County Green #18553C
Tints of County Green #18553C
RGB
CMYK
RGB Variations
Color information
#18553C (or 0x18553C) is known color: County Green. HEX triplet: 18, 55 and 3C. RGB value is (24,85,60). Sum of RGB (Red+Green+Blue) = 24+85+60=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #18553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18553C is #E7AAC3. Grayscale: #3F3F3F. Windows color (decimal): -15182532 or 3953944. OLE color: 3953944.
HSL color Cylindrical-coordinate representation of color #18553C: hue angle of 155.41º 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 #18553C is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 60 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.67 |
| HSL | 155.41º | 0.56% | 0.21% | - |
| HSV(B) | 155.41º | 0.72% | 0.33% | - |
| XYZ | 4.44 | 7.02 | 5.4 | - |
| YUV | 63.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 60 | 0.72 | 0 | 0.29 | 0.67 | 155.41 | 0.56 | 0.21 |
| Hex | 18 | 55 | 3C | 48 | 0 | 1D | 43 | 9B | 38 | 15 |
| Octal | 30 | 125 | 74 | 110 | 0 | 35 | 103 | 233 | 70 | 25 |
| Binary | 11000 | 1010101 | 111100 | 1001000 | 0 | 11101 | 1000011 | 10011011 | 111000 | 10101 |
Color Harmonies of #18553C
Complementary color
Monochromatic Colors of #18553C
Black with #18553C
Text Example
Text Example
White with #18553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18553C; }
p { color: rgb(24,85,60); }
H1.HeaderClassName
{
color: #18553C;
}
.AnyTagClassName
{
color: #18553C;
}
</style>
background-color css
<style>
a { background-color: #18553C; }
a { background-color: rgb(24,85,60); }
div.DivClassName
{
background-color: #18553C;
}
.BgClassName
{
background-color: #18553C;
}
</style>
border-color css
<style>
span { border-color: #18553C; }
span { border-color: rgb(24,85,60); }
td.TdClassName
{
border-color: #18553C;
}
.TagClassName
{
border-color: #18553C;
}
</style>