Shades of County Green #18533A
Tints of County Green #18533A
RGB
CMYK
RGB Variations
Color information
#18533A (or 0x18533A) is known color: County Green. HEX triplet: 18, 53 and 3A. RGB value is (24,83,58). Sum of RGB (Red+Green+Blue) = 24+83+58=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #18533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18533A is #E7ACC5. Grayscale: #3E3E3E. Windows color (decimal): -15183046 or 3822360. OLE color: 3822360.
HSL color Cylindrical-coordinate representation of color #18533A: hue angle of 154.58º 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 #18533A is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 58 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.67 |
| HSL | 154.58º | 0.55% | 0.21% | - |
| HSV(B) | 154.58º | 0.71% | 0.33% | - |
| XYZ | 4.23 | 6.69 | 5.07 | - |
| YUV | 62.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 58 | 0.71 | 0 | 0.30 | 0.67 | 154.58 | 0.55 | 0.21 |
| Hex | 18 | 53 | 3A | 47 | 0 | 1E | 43 | 9B | 37 | 15 |
| Octal | 30 | 123 | 72 | 107 | 0 | 36 | 103 | 233 | 67 | 25 |
| Binary | 11000 | 1010011 | 111010 | 1000111 | 0 | 11110 | 1000011 | 10011011 | 110111 | 10101 |
Color Harmonies of #18533A
Complementary color
Monochromatic Colors of #18533A
Black with #18533A
Text Example
Text Example
White with #18533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18533A; }
p { color: rgb(24,83,58); }
H1.HeaderClassName
{
color: #18533A;
}
.AnyTagClassName
{
color: #18533A;
}
</style>
background-color css
<style>
a { background-color: #18533A; }
a { background-color: rgb(24,83,58); }
div.DivClassName
{
background-color: #18533A;
}
.BgClassName
{
background-color: #18533A;
}
</style>
border-color css
<style>
span { border-color: #18533A; }
span { border-color: rgb(24,83,58); }
td.TdClassName
{
border-color: #18533A;
}
.TagClassName
{
border-color: #18533A;
}
</style>