Html Css Color HEX #4D5E52 Feldgrau

📋 copy color: '#4D5E52'

red 77 ◦ green 94 ◦ blue 82

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

Shades of Feldgrau #4D5E52

Tints of Feldgrau #4D5E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.15%

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

R = 30.43%
G = 37.15%
B = 32.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#4D5E52 (or 0x4D5E52) is known color: Feldgrau. HEX triplet: 4D, 5E and 52. RGB value is (77,94,82). Sum of RGB (Red+Green+Blue) = 77+94+82=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 94 - color contains mainly: green. Hex color #4D5E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5E52 is #B2A1AD. Grayscale: #575757. Windows color (decimal): -11706798 or 5398093. OLE color: 5398093.

HSL color Cylindrical-coordinate representation of color #4D5E52: hue angle of 137.65º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5E52 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 94 82 -
CMYK 0.18 0 0.13 0.63
HSL 137.65º 0.1% 0.34% -
HSV(B) 137.65º 0.18% 0.37% -
XYZ 8.59 10.19 9.5 -
YUV 87.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 77 94 82 0.18 0 0.13 0.63 137.65 0.1 0.34
Hex 4D 5E 52 12 0 D 3F 8A A 22
Octal 115 136 122 22 0 15 77 212 12 42
Binary 1001101 1011110 1010010 10010 0 1101 111111 10001010 1010 100010

Color Harmonies of #4D5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5E52

Black with #4D5E52

Text Example


Text Example

White with #4D5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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