Shades of County Green #104D33
Tints of County Green #104D33
RGB
CMYK
RGB Variations
Color information
#104D33 (or 0x104D33) is known color: County Green. HEX triplet: 10, 4D and 33. RGB value is (16,77,51). Sum of RGB (Red+Green+Blue) = 16+77+51=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #104D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D33 is #EFB2CC. Grayscale: #373737. Windows color (decimal): -15708877 or 3362064. OLE color: 3362064.
HSL color Cylindrical-coordinate representation of color #104D33: hue angle of 154.43º 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 #104D33 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 51 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.70 |
| HSL | 154.43º | 0.66% | 0.18% | - |
| HSV(B) | 154.43º | 0.79% | 0.3% | - |
| XYZ | 3.47 | 5.66 | 4.04 | - |
| YUV | 55.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 51 | 0.79 | 0 | 0.34 | 0.70 | 154.43 | 0.66 | 0.18 |
| Hex | 10 | 4D | 33 | 4F | 0 | 22 | 46 | 9A | 42 | 12 |
| Octal | 20 | 115 | 63 | 117 | 0 | 42 | 106 | 232 | 102 | 22 |
| Binary | 10000 | 1001101 | 110011 | 1001111 | 0 | 100010 | 1000110 | 10011010 | 1000010 | 10010 |
Color Harmonies of #104D33
Complementary color
Monochromatic Colors of #104D33
Black with #104D33
Text Example
Text Example
White with #104D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D33; }
p { color: rgb(16,77,51); }
H1.HeaderClassName
{
color: #104D33;
}
.AnyTagClassName
{
color: #104D33;
}
</style>
background-color css
<style>
a { background-color: #104D33; }
a { background-color: rgb(16,77,51); }
div.DivClassName
{
background-color: #104D33;
}
.BgClassName
{
background-color: #104D33;
}
</style>
border-color css
<style>
span { border-color: #104D33; }
span { border-color: rgb(16,77,51); }
td.TdClassName
{
border-color: #104D33;
}
.TagClassName
{
border-color: #104D33;
}
</style>