Shades of County Green #104B32
Tints of County Green #104B32
RGB
CMYK
RGB Variations
Color information
#104B32 (or 0x104B32) is known color: County Green. HEX triplet: 10, 4B and 32. RGB value is (16,75,50). Sum of RGB (Red+Green+Blue) = 16+75+50=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #104B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B32 is #EFB4CD. Grayscale: #363636. Windows color (decimal): -15709390 or 3296016. OLE color: 3296016.
HSL color Cylindrical-coordinate representation of color #104B32: hue angle of 154.58º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B32 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 50 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.71 |
| HSL | 154.58º | 0.65% | 0.18% | - |
| HSV(B) | 154.58º | 0.79% | 0.29% | - |
| XYZ | 3.31 | 5.37 | 3.88 | - |
| YUV | 54.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 50 | 0.79 | 0 | 0.33 | 0.71 | 154.58 | 0.65 | 0.18 |
| Hex | 10 | 4B | 32 | 4F | 0 | 21 | 47 | 9B | 41 | 12 |
| Octal | 20 | 113 | 62 | 117 | 0 | 41 | 107 | 233 | 101 | 22 |
| Binary | 10000 | 1001011 | 110010 | 1001111 | 0 | 100001 | 1000111 | 10011011 | 1000001 | 10010 |
Color Harmonies of #104B32
Complementary color
Monochromatic Colors of #104B32
Black with #104B32
Text Example
Text Example
White with #104B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B32; }
p { color: rgb(16,75,50); }
H1.HeaderClassName
{
color: #104B32;
}
.AnyTagClassName
{
color: #104B32;
}
</style>
background-color css
<style>
a { background-color: #104B32; }
a { background-color: rgb(16,75,50); }
div.DivClassName
{
background-color: #104B32;
}
.BgClassName
{
background-color: #104B32;
}
</style>
border-color css
<style>
span { border-color: #104B32; }
span { border-color: rgb(16,75,50); }
td.TdClassName
{
border-color: #104B32;
}
.TagClassName
{
border-color: #104B32;
}
</style>