Shades of County Green #18533C
Tints of County Green #18533C
RGB
CMYK
RGB Variations
Color information
#18533C (or 0x18533C) is known color: County Green. HEX triplet: 18, 53 and 3C. RGB value is (24,83,60). Sum of RGB (Red+Green+Blue) = 24+83+60=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #18533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18533C is #E7ACC3. Grayscale: #3E3E3E. Windows color (decimal): -15183044 or 3953432. OLE color: 3953432.
HSL color Cylindrical-coordinate representation of color #18533C: hue angle of 156.61º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18533C is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 60 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.67 |
| HSL | 156.61º | 0.55% | 0.21% | - |
| HSV(B) | 156.61º | 0.71% | 0.33% | - |
| XYZ | 4.29 | 6.71 | 5.34 | - |
| YUV | 62.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 60 | 0.71 | 0 | 0.28 | 0.67 | 156.61 | 0.55 | 0.21 |
| Hex | 18 | 53 | 3C | 47 | 0 | 1C | 43 | 9D | 37 | 15 |
| Octal | 30 | 123 | 74 | 107 | 0 | 34 | 103 | 235 | 67 | 25 |
| Binary | 11000 | 1010011 | 111100 | 1000111 | 0 | 11100 | 1000011 | 10011101 | 110111 | 10101 |
Color Harmonies of #18533C
Complementary color
Monochromatic Colors of #18533C
Black with #18533C
Text Example
Text Example
White with #18533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18533C; }
p { color: rgb(24,83,60); }
H1.HeaderClassName
{
color: #18533C;
}
.AnyTagClassName
{
color: #18533C;
}
</style>
background-color css
<style>
a { background-color: #18533C; }
a { background-color: rgb(24,83,60); }
div.DivClassName
{
background-color: #18533C;
}
.BgClassName
{
background-color: #18533C;
}
</style>
border-color css
<style>
span { border-color: #18533C; }
span { border-color: rgb(24,83,60); }
td.TdClassName
{
border-color: #18533C;
}
.TagClassName
{
border-color: #18533C;
}
</style>