Html Css Color HEX #4D594C Nandor

📋 copy color: '#4D594C'

red 77 ◦ green 89 ◦ blue 76

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

Shades of Nandor #4D594C

Tints of Nandor #4D594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 31.82%
G = 36.78%
B = 31.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#4D594C (or 0x4D594C) is known color: Nandor. HEX triplet: 4D, 59 and 4C. RGB value is (77,89,76). Sum of RGB (Red+Green+Blue) = 77+89+76=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #4D594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D594C is #B2A6B3. Grayscale: #535353. Windows color (decimal): -11708084 or 5003597. OLE color: 5003597.

HSL color Cylindrical-coordinate representation of color #4D594C: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D594C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 89 76 -
CMYK 0.13 0 0.15 0.65
HSL 115.38º 0.08% 0.32% -
HSV(B) 115.38º 0.15% 0.35% -
XYZ 7.94 9.24 8.2 -
YUV 83.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 77 89 76 0.13 0 0.15 0.65 115.38 0.08 0.32
Hex 4D 59 4C D 0 F 41 73 8 20
Octal 115 131 114 15 0 17 101 163 10 40
Binary 1001101 1011001 1001100 1101 0 1111 1000001 1110011 1000 100000

Color Harmonies of #4D594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D594C

Black with #4D594C

Text Example


Text Example

White with #4D594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,76); }

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

background-color css

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

 a { background-color: rgb(77,89,76); }

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

border-color css

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

 span { border-color: rgb(77,89,76); }

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