Html Css Color HEX #4D634C Nandor

📋 copy color: '#4D634C'

red 77 ◦ green 99 ◦ blue 76

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

Shades of Nandor #4D634C

Tints of Nandor #4D634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 30.56%
G = 39.29%
B = 30.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#4D634C (or 0x4D634C) is known color: Nandor. HEX triplet: 4D, 63 and 4C. RGB value is (77,99,76). Sum of RGB (Red+Green+Blue) = 77+99+76=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D634C is #B29CB3. Grayscale: #595959. Windows color (decimal): -11705524 or 5006157. OLE color: 5006157.

HSL color Cylindrical-coordinate representation of color #4D634C: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D634C is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 99 76 -
CMYK 0.22 0 0.23 0.61
HSL 117.39º 0.13% 0.34% -
HSV(B) 117.39º 0.23% 0.39% -
XYZ 8.83 11.02 8.5 -
YUV 89.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 77 99 76 0.22 0 0.23 0.61 117.39 0.13 0.34
Hex 4D 63 4C 16 0 17 3D 75 D 22
Octal 115 143 114 26 0 27 75 165 15 42
Binary 1001101 1100011 1001100 10110 0 10111 111101 1110101 1101 100010

Color Harmonies of #4D634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D634C

Black with #4D634C

Text Example


Text Example

White with #4D634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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