Shades of Feldgrau #41654C
Tints of Feldgrau #41654C
RGB
CMYK
RGB Variations
Color information
#41654C (or 0x41654C) is known color: Feldgrau. HEX triplet: 41, 65 and 4C. RGB value is (65,101,76). Sum of RGB (Red+Green+Blue) = 65+101+76=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #41654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41654C is #BE9AB3. Grayscale: #575757. Windows color (decimal): -12491444 or 5006657. OLE color: 5006657.
HSL color Cylindrical-coordinate representation of color #41654C: hue angle of 138.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41654C is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 76 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.60 |
| HSL | 138.33º | 0.22% | 0.33% | - |
| HSV(B) | 138.33º | 0.36% | 0.4% | - |
| XYZ | 8.14 | 10.95 | 8.52 | - |
| YUV | 87.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 76 | 0.36 | 0 | 0.25 | 0.60 | 138.33 | 0.22 | 0.33 |
| Hex | 41 | 65 | 4C | 24 | 0 | 19 | 3C | 8A | 16 | 21 |
| Octal | 101 | 145 | 114 | 44 | 0 | 31 | 74 | 212 | 26 | 41 |
| Binary | 1000001 | 1100101 | 1001100 | 100100 | 0 | 11001 | 111100 | 10001010 | 10110 | 100001 |
Color Harmonies of #41654C
Complementary color
Monochromatic Colors of #41654C
Black with #41654C
Text Example
Text Example
White with #41654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41654C; }
p { color: rgb(65,101,76); }
H1.HeaderClassName
{
color: #41654C;
}
.AnyTagClassName
{
color: #41654C;
}
</style>
background-color css
<style>
a { background-color: #41654C; }
a { background-color: rgb(65,101,76); }
div.DivClassName
{
background-color: #41654C;
}
.BgClassName
{
background-color: #41654C;
}
</style>
border-color css
<style>
span { border-color: #41654C; }
span { border-color: rgb(65,101,76); }
td.TdClassName
{
border-color: #41654C;
}
.TagClassName
{
border-color: #41654C;
}
</style>