#4C5550

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

Shades of Feldgrau #4C5550

Tints of Feldgrau #4C5550

Color information

#4C5550 (or 0x4C5550) is unknown color: approx Feldgrau. HEX triplet: 4C, 55 and 50. RGB value is (76,85,80). Sum of RGB (Red+Green+Blue) = 76+85+80=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5550 is #B3AAAF. Grayscale: #515151. Windows color (decimal): -11774640 or 5264716. OLE color: 5264716.

HSL color Cylindrical-coordinate representation of color #4C5550: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5550 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB768580-
CMYK0.1100.060.67
HSL146.67º5.59%31.57%-
HSV(B)146.67º10.59%33.33%-
XYZ7.688.618.85-
YUV81.74127.02123.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=31.54%
G=35.27%
B=33.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685800.1100.060.67146.675.5931.57
Hex4C5550B064393620
Octal1141251201306103223640
Binary10011001010101101000010110110100001110010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,80); }

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

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

 a { background-color: rgb(76,85,80); }

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

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

 span { border-color: rgb(76,85,80); }

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