Html Css Color HEX #4C5550 Feldgrau

📋 copy color: '#4C5550'

red 76 ◦ green 85 ◦ blue 80

#4C5550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #4C5550

Tints of Feldgrau #4C5550

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.2%

R = 31.54%
G = 35.27%
B = 33.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#4C5550 (or 0x4C5550) is known color: 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

RGB 76 85 80 -
CMYK 0.11 0 0.06 0.67
HSL 146.67º 0.06% 0.32% -
HSV(B) 146.67º 0.11% 0.33% -
XYZ 7.68 8.61 8.85 -
YUV 81.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 76 85 80 0.11 0 0.06 0.67 146.67 0.06 0.32
Hex 4C 55 50 B 0 6 43 93 6 20
Octal 114 125 120 13 0 6 103 223 6 40
Binary 1001100 1010101 1010000 1011 0 110 1000011 10010011 110 100000

Color Harmonies of #4C5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5550

Black with #4C5550

Text Example


Text Example

White with #4C5550

Text Example


Text Example

HTML Codes & Css Web 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>