#4C554E

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

Shades of Feldgrau #4C554E

Tints of Feldgrau #4C554E

Color information

#4C554E (or 0x4C554E) is unknown color: approx Feldgrau. HEX triplet: 4C, 55 and 4E. RGB value is (76,85,78). Sum of RGB (Red+Green+Blue) = 76+85+78=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C554E is #B3AAB1. Grayscale: #515151. Windows color (decimal): -11774642 or 5133644. OLE color: 5133644.

HSL color Cylindrical-coordinate representation of color #4C554E: hue angle of 133.33º 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 #4C554E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB768578-
CMYK0.1100.080.67
HSL133.33º5.59%31.57%-
HSV(B)133.33º10.59%33.33%-
XYZ7.68.588.46-
YUV81.51126.02124.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=31.80%
G=35.56%
B=32.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685780.1100.080.67133.335.5931.57
Hex4C554EB084385620
Octal11412511613010103205640
Binary100110010101011001110101101000100001110000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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