Html Css Color HEX #4D624E Nandor

📋 copy color: '#4D624E'

red 77 ◦ green 98 ◦ blue 78

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

Shades of Nandor #4D624E

Tints of Nandor #4D624E

RGB

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

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

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

R = 30.43%
G = 38.74%
B = 30.83%

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

#4D624E (or 0x4D624E) is known color: Nandor. HEX triplet: 4D, 62 and 4E. RGB value is (77,98,78). Sum of RGB (Red+Green+Blue) = 77+98+78=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #4D624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D624E is #B29DB1. Grayscale: #595959. Windows color (decimal): -11705778 or 5136973. OLE color: 5136973.

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

Color convert

RGB 77 98 78 -
CMYK 0.21 0 0.20 0.62
HSL 122.86º 0.12% 0.34% -
HSV(B) 122.86º 0.21% 0.38% -
XYZ 8.8 10.86 8.84 -
YUV 89.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 77 98 78 0.21 0 0.20 0.62 122.86 0.12 0.34
Hex 4D 62 4E 15 0 14 3E 7B C 22
Octal 115 142 116 25 0 24 76 173 14 42
Binary 1001101 1100010 1001110 10101 0 10100 111110 1111011 1100 100010

Color Harmonies of #4D624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D624E

Black with #4D624E

Text Example


Text Example

White with #4D624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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