Html Css Color HEX #4D5B51 Feldgrau

📋 copy color: '#4D5B51'

red 77 ◦ green 91 ◦ blue 81

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

Shades of Feldgrau #4D5B51

Tints of Feldgrau #4D5B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 30.92%
G = 36.55%
B = 32.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#4D5B51 (or 0x4D5B51) is known color: Feldgrau. HEX triplet: 4D, 5B and 51. RGB value is (77,91,81). Sum of RGB (Red+Green+Blue) = 77+91+81=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5B51 is #B2A4AE. Grayscale: #555555. Windows color (decimal): -11707567 or 5331789. OLE color: 5331789.

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

Color convert

RGB 77 91 81 -
CMYK 0.15 0 0.11 0.64
HSL 137.14º 0.08% 0.33% -
HSV(B) 137.14º 0.15% 0.36% -
XYZ 8.29 9.65 9.21 -
YUV 85.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 77 91 81 0.15 0 0.11 0.64 137.14 0.08 0.33
Hex 4D 5B 51 F 0 B 40 89 8 21
Octal 115 133 121 17 0 13 100 211 10 41
Binary 1001101 1011011 1010001 1111 0 1011 1000000 10001001 1000 100001

Color Harmonies of #4D5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5B51

Black with #4D5B51

Text Example


Text Example

White with #4D5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,91,81); }

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

background-color css

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

 a { background-color: rgb(77,91,81); }

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

border-color css

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

 span { border-color: rgb(77,91,81); }

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