Shades of County Green #104D32
Tints of County Green #104D32
RGB
CMYK
RGB Variations
Color information
#104D32 (or 0x104D32) is known color: County Green. HEX triplet: 10, 4D and 32. RGB value is (16,77,50). Sum of RGB (Red+Green+Blue) = 16+77+50=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #104D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D32 is #EFB2CD. Grayscale: #373737. Windows color (decimal): -15708878 or 3296528. OLE color: 3296528.
HSL color Cylindrical-coordinate representation of color #104D32: hue angle of 153.44º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D32 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 50 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.70 |
| HSL | 153.44º | 0.66% | 0.18% | - |
| HSV(B) | 153.44º | 0.79% | 0.3% | - |
| XYZ | 3.44 | 5.65 | 3.93 | - |
| YUV | 55.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 50 | 0.79 | 0 | 0.35 | 0.70 | 153.44 | 0.66 | 0.18 |
| Hex | 10 | 4D | 32 | 4F | 0 | 23 | 46 | 99 | 42 | 12 |
| Octal | 20 | 115 | 62 | 117 | 0 | 43 | 106 | 231 | 102 | 22 |
| Binary | 10000 | 1001101 | 110010 | 1001111 | 0 | 100011 | 1000110 | 10011001 | 1000010 | 10010 |
Color Harmonies of #104D32
Complementary color
Monochromatic Colors of #104D32
Black with #104D32
Text Example
Text Example
White with #104D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D32; }
p { color: rgb(16,77,50); }
H1.HeaderClassName
{
color: #104D32;
}
.AnyTagClassName
{
color: #104D32;
}
</style>
background-color css
<style>
a { background-color: #104D32; }
a { background-color: rgb(16,77,50); }
div.DivClassName
{
background-color: #104D32;
}
.BgClassName
{
background-color: #104D32;
}
</style>
border-color css
<style>
span { border-color: #104D32; }
span { border-color: rgb(16,77,50); }
td.TdClassName
{
border-color: #104D32;
}
.TagClassName
{
border-color: #104D32;
}
</style>