#4C524E

Color #4C524E Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #4C524E

Tints of Feldgrau #4C524E

Color information

#4C524E (or 0x4C524E) is unknown color: approx Feldgrau. HEX triplet: 4C, 52 and 4E. RGB value is (76,82,78). Sum of RGB (Red+Green+Blue) = 76+82+78=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #4C524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C524E is #B3ADB1. Grayscale: #4F4F4F. Windows color (decimal): -11775410 or 5132876. OLE color: 5132876.

HSL color Cylindrical-coordinate representation of color #4C524E: hue angle of 140º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C524E is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB768278-
CMYK0.0700.050.68
HSL140º3.8%30.98%-
HSV(B)140º7.32%32.16%-
XYZ7.378.128.39-
YUV79.75127.01125.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=32.20%
G=34.75%
B=33.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7682780.0700.050.681403.830.98
Hex4C524E705448c41f
Octal114122116705104214437
Binary100110010100101001110111010110001001000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C524E; }

 p { color: rgb(76,82,78); }

 H1.HeaderClassName
 {
   color: #4C524E;
 }
 .AnyTagClassName
 {
   color: #4C524E;
 }
</style>
background-color css

<style>
 a { background-color: #4C524E; }

 a { background-color: rgb(76,82,78); }

 div.DivClassName
 {
   background-color: #4C524E;
 }
 .BgClassName
 {
   background-color: #4C524E;
 }
</style>
border-color css

<style>
 span { border-color: #4C524E; }

 span { border-color: rgb(76,82,78); }

 td.TdClassName
 {
   border-color: #4C524E;
 }
 .TagClassName
 {
   border-color: #4C524E;
 }
</style>