Html Css Color HEX #4D6256 Feldgrau

📋 copy color: '#4D6256'

red 77 ◦ green 98 ◦ blue 86

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

Shades of Feldgrau #4D6256

Tints of Feldgrau #4D6256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 29.5%
G = 37.55%
B = 32.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#4D6256 (or 0x4D6256) is known color: Feldgrau. HEX triplet: 4D, 62 and 56. RGB value is (77,98,86). Sum of RGB (Red+Green+Blue) = 77+98+86=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6256 is #B29DA9. Grayscale: #5A5A5A. Windows color (decimal): -11705770 or 5661261. OLE color: 5661261.

HSL color Cylindrical-coordinate representation of color #4D6256: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D6256 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 86 -
CMYK 0.21 0 0.12 0.62
HSL 145.71º 0.12% 0.34% -
HSV(B) 145.71º 0.21% 0.38% -
XYZ 9.11 10.99 10.44 -
YUV 90.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 77 98 86 0.21 0 0.12 0.62 145.71 0.12 0.34
Hex 4D 62 56 15 0 C 3E 92 C 22
Octal 115 142 126 25 0 14 76 222 14 42
Binary 1001101 1100010 1010110 10101 0 1100 111110 10010010 1100 100010

Color Harmonies of #4D6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6256

Black with #4D6256

Text Example


Text Example

White with #4D6256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,98,86); }

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

background-color css

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

 a { background-color: rgb(77,98,86); }

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

border-color css

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

 span { border-color: rgb(77,98,86); }

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