Shades of County Green #10523B
Tints of County Green #10523B
RGB
CMYK
RGB Variations
Color information
#10523B (or 0x10523B) is known color: County Green. HEX triplet: 10, 52 and 3B. RGB value is (16,82,59). Sum of RGB (Red+Green+Blue) = 16+82+59=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #10523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10523B is #EFADC4. Grayscale: #3B3B3B. Windows color (decimal): -15707589 or 3887632. OLE color: 3887632.
HSL color Cylindrical-coordinate representation of color #10523B: hue angle of 159.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10523B is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 59 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.68 |
| HSL | 159.09º | 0.67% | 0.19% | - |
| HSV(B) | 159.09º | 0.8% | 0.32% | - |
| XYZ | 4.02 | 6.46 | 5.17 | - |
| YUV | 59.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 59 | 0.80 | 0 | 0.28 | 0.68 | 159.09 | 0.67 | 0.19 |
| Hex | 10 | 52 | 3B | 50 | 0 | 1C | 44 | 9F | 43 | 13 |
| Octal | 20 | 122 | 73 | 120 | 0 | 34 | 104 | 237 | 103 | 23 |
| Binary | 10000 | 1010010 | 111011 | 1010000 | 0 | 11100 | 1000100 | 10011111 | 1000011 | 10011 |
Color Harmonies of #10523B
Complementary color
Monochromatic Colors of #10523B
Black with #10523B
Text Example
Text Example
White with #10523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10523B; }
p { color: rgb(16,82,59); }
H1.HeaderClassName
{
color: #10523B;
}
.AnyTagClassName
{
color: #10523B;
}
</style>
background-color css
<style>
a { background-color: #10523B; }
a { background-color: rgb(16,82,59); }
div.DivClassName
{
background-color: #10523B;
}
.BgClassName
{
background-color: #10523B;
}
</style>
border-color css
<style>
span { border-color: #10523B; }
span { border-color: rgb(16,82,59); }
td.TdClassName
{
border-color: #10523B;
}
.TagClassName
{
border-color: #10523B;
}
</style>