Html Css Color HEX #4D5C52 Feldgrau

📋 copy color: '#4D5C52'

red 77 ◦ green 92 ◦ blue 82

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

Shades of Feldgrau #4D5C52

Tints of Feldgrau #4D5C52

RGB

 RED value IS 77 (30.47% from 255) = 30.68%

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 30.68%
G = 36.65%
B = 32.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#4D5C52 (or 0x4D5C52) is known color: Feldgrau. HEX triplet: 4D, 5C and 52. RGB value is (77,92,82). Sum of RGB (Red+Green+Blue) = 77+92+82=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5C52 is #B2A3AD. Grayscale: #565656. Windows color (decimal): -11707310 or 5397581. OLE color: 5397581.

HSL color Cylindrical-coordinate representation of color #4D5C52: hue angle of 140º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D5C52 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 92 82 -
CMYK 0.16 0 0.11 0.64
HSL 140º 0.09% 0.33% -
HSV(B) 140º 0.16% 0.36% -
XYZ 8.41 9.84 9.44 -
YUV 86.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 77 92 82 0.16 0 0.11 0.64 140 0.09 0.33
Hex 4D 5C 52 10 0 B 40 8C 9 21
Octal 115 134 122 20 0 13 100 214 11 41
Binary 1001101 1011100 1010010 10000 0 1011 1000000 10001100 1001 100001

Color Harmonies of #4D5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C52

Black with #4D5C52

Text Example


Text Example

White with #4D5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,92,82); }

 H1.HeaderClassName
 {
   color: #4D5C52;
 }
 .AnyTagClassName
 {
   color: #4D5C52;
 }
</style>

background-color css

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

 a { background-color: rgb(77,92,82); }

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

border-color css

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

 span { border-color: rgb(77,92,82); }

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