Shades of Feldgrau #456652
Tints of Feldgrau #456652
RGB
CMYK
RGB Variations
Color information
#456652 (or 0x456652) is known color: Feldgrau. HEX triplet: 45, 66 and 52. RGB value is (69,102,82). Sum of RGB (Red+Green+Blue) = 69+102+82=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #456652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456652 is #BA99AD. Grayscale: #595959. Windows color (decimal): -12229038 or 5400133. OLE color: 5400133.
HSL color Cylindrical-coordinate representation of color #456652: hue angle of 143.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456652 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 82 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.6 |
| HSL | 143.64º | 0.19% | 0.34% | - |
| HSV(B) | 143.64º | 0.32% | 0.4% | - |
| XYZ | 8.73 | 11.38 | 9.72 | - |
| YUV | 89.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 82 | 0.32 | 0 | 0.20 | 0.6 | 143.64 | 0.19 | 0.34 |
| Hex | 45 | 66 | 52 | 20 | 0 | 14 | 3C | 90 | 13 | 22 |
| Octal | 105 | 146 | 122 | 40 | 0 | 24 | 74 | 220 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1010010 | 100000 | 0 | 10100 | 111100 | 10010000 | 10011 | 100010 |
Color Harmonies of #456652
Complementary color
Monochromatic Colors of #456652
Black with #456652
Text Example
Text Example
White with #456652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456652; }
p { color: rgb(69,102,82); }
H1.HeaderClassName
{
color: #456652;
}
.AnyTagClassName
{
color: #456652;
}
</style>
background-color css
<style>
a { background-color: #456652; }
a { background-color: rgb(69,102,82); }
div.DivClassName
{
background-color: #456652;
}
.BgClassName
{
background-color: #456652;
}
</style>
border-color css
<style>
span { border-color: #456652; }
span { border-color: rgb(69,102,82); }
td.TdClassName
{
border-color: #456652;
}
.TagClassName
{
border-color: #456652;
}
</style>