#4D6650

Color #4D6650 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #4D6650

Tints of Nandor #4D6650

Color information

#4D6650 (or 0x4D6650) is unknown color: approx Nandor. HEX triplet: 4D, 66 and 50. RGB value is (77,102,80). Sum of RGB (Red+Green+Blue) = 77+102+80=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #4D6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6650 is #B299AF. Grayscale: #5C5C5C. Windows color (decimal): -11704752 or 5269069. OLE color: 5269069.

HSL color Cylindrical-coordinate representation of color #4D6650: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D6650 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB7710280-
CMYK0.2500.220.6
HSL127.2º13.97%35.1%-
HSV(B)127.2º24.51%40%-
XYZ9.2611.669.35-
YUV92.02121.22117.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=29.73%
G=39.38%
B=30.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77102800.2500.220.6127.213.9735.1
Hex4D6650190163C7fe23
Octal11514612031026741771643
Binary1001101110011010100001100101011011110011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,80); }

 H1.HeaderClassName
 {
   color: #4D6650;
 }
 .AnyTagClassName
 {
   color: #4D6650;
 }
</style>
background-color css

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

 a { background-color: rgb(77,102,80); }

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

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

 span { border-color: rgb(77,102,80); }

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