Shades of Feldgrau #436250
Tints of Feldgrau #436250
RGB
CMYK
RGB Variations
Color information
#436250 (or 0x436250) is known color: Feldgrau. HEX triplet: 43, 62 and 50. RGB value is (67,98,80). Sum of RGB (Red+Green+Blue) = 67+98+80=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #436250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436250 is #BC9DAF. Grayscale: #565656. Windows color (decimal): -12361136 or 5268035. OLE color: 5268035.
HSL color Cylindrical-coordinate representation of color #436250: hue angle of 145.16º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #436250 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 80 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.62 |
| HSL | 145.16º | 0.19% | 0.32% | - |
| HSV(B) | 145.16º | 0.32% | 0.38% | - |
| XYZ | 8.13 | 10.51 | 9.19 | - |
| YUV | 86.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 80 | 0.32 | 0 | 0.18 | 0.62 | 145.16 | 0.19 | 0.32 |
| Hex | 43 | 62 | 50 | 20 | 0 | 12 | 3E | 91 | 13 | 20 |
| Octal | 103 | 142 | 120 | 40 | 0 | 22 | 76 | 221 | 23 | 40 |
| Binary | 1000011 | 1100010 | 1010000 | 100000 | 0 | 10010 | 111110 | 10010001 | 10011 | 100000 |
Color Harmonies of #436250
Complementary color
Monochromatic Colors of #436250
Black with #436250
Text Example
Text Example
White with #436250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436250; }
p { color: rgb(67,98,80); }
H1.HeaderClassName
{
color: #436250;
}
.AnyTagClassName
{
color: #436250;
}
</style>
background-color css
<style>
a { background-color: #436250; }
a { background-color: rgb(67,98,80); }
div.DivClassName
{
background-color: #436250;
}
.BgClassName
{
background-color: #436250;
}
</style>
border-color css
<style>
span { border-color: #436250; }
span { border-color: rgb(67,98,80); }
td.TdClassName
{
border-color: #436250;
}
.TagClassName
{
border-color: #436250;
}
</style>