Shades of County Green #24523D
Tints of County Green #24523D
RGB
CMYK
RGB Variations
Color information
#24523D (or 0x24523D) is known color: County Green. HEX triplet: 24, 52 and 3D. RGB value is (36,82,61). Sum of RGB (Red+Green+Blue) = 36+82+61=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #24523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24523D is #DBADC2. Grayscale: #414141. Windows color (decimal): -14396867 or 4018724. OLE color: 4018724.
HSL color Cylindrical-coordinate representation of color #24523D: hue angle of 152.61º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24523D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 61 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.68 |
| HSL | 152.61º | 0.39% | 0.23% | - |
| HSV(B) | 152.61º | 0.56% | 0.32% | - |
| XYZ | 4.59 | 6.75 | 5.48 | - |
| YUV | 65.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 61 | 0.56 | 0 | 0.26 | 0.68 | 152.61 | 0.39 | 0.23 |
| Hex | 24 | 52 | 3D | 38 | 0 | 1A | 44 | 99 | 27 | 17 |
| Octal | 44 | 122 | 75 | 70 | 0 | 32 | 104 | 231 | 47 | 27 |
| Binary | 100100 | 1010010 | 111101 | 111000 | 0 | 11010 | 1000100 | 10011001 | 100111 | 10111 |
Color Harmonies of #24523D
Complementary color
Monochromatic Colors of #24523D
Black with #24523D
Text Example
Text Example
White with #24523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24523D; }
p { color: rgb(36,82,61); }
H1.HeaderClassName
{
color: #24523D;
}
.AnyTagClassName
{
color: #24523D;
}
</style>
background-color css
<style>
a { background-color: #24523D; }
a { background-color: rgb(36,82,61); }
div.DivClassName
{
background-color: #24523D;
}
.BgClassName
{
background-color: #24523D;
}
</style>
border-color css
<style>
span { border-color: #24523D; }
span { border-color: rgb(36,82,61); }
td.TdClassName
{
border-color: #24523D;
}
.TagClassName
{
border-color: #24523D;
}
</style>