Html Css Color HEX #4D614E Nandor

📋 copy color: '#4D614E'

red 77 ◦ green 97 ◦ blue 78

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

Shades of Nandor #4D614E

Tints of Nandor #4D614E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 30.56%
G = 38.49%
B = 30.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#4D614E (or 0x4D614E) is known color: Nandor. HEX triplet: 4D, 61 and 4E. RGB value is (77,97,78). Sum of RGB (Red+Green+Blue) = 77+97+78=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #4D614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D614E is #B29EB1. Grayscale: #585858. Windows color (decimal): -11706034 or 5136717. OLE color: 5136717.

HSL color Cylindrical-coordinate representation of color #4D614E: hue angle of 123º degrees, saturation: 0.11, 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 #4D614E is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 78 -
CMYK 0.21 0 0.20 0.62
HSL 123º 0.11% 0.34% -
HSV(B) 123º 0.21% 0.38% -
XYZ 8.71 10.68 8.81 -
YUV 88.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 77 97 78 0.21 0 0.20 0.62 123 0.11 0.34
Hex 4D 61 4E 15 0 14 3E 7B B 22
Octal 115 141 116 25 0 24 76 173 13 42
Binary 1001101 1100001 1001110 10101 0 10100 111110 1111011 1011 100010

Color Harmonies of #4D614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D614E

Black with #4D614E

Text Example


Text Example

White with #4D614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,78); }

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

background-color css

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

 a { background-color: rgb(77,97,78); }

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

border-color css

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

 span { border-color: rgb(77,97,78); }

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