#4D654A

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

Shades of Nandor #4D654A

Tints of Nandor #4D654A

Color information

#4D654A (or 0x4D654A) is unknown color: approx Nandor. HEX triplet: 4D, 65 and 4A. RGB value is (77,101,74). Sum of RGB (Red+Green+Blue) = 77+101+74=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #4D654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D654A is #B29AB5. Grayscale: #5A5A5A. Windows color (decimal): -11705014 or 4875597. OLE color: 4875597.

HSL color Cylindrical-coordinate representation of color #4D654A: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D654A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB7710174-
CMYK0.2400.270.60
HSL113.33º15.43%34.31%-
HSV(B)113.33º26.73%39.61%-
XYZ8.9511.388.2-
YUV90.75118.55118.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=30.56%
G=40.08%
B=29.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77101740.2400.270.60113.3315.4334.31
Hex4D654A1801B3C71f22
Octal11514511230033741611742
Binary1001101110010110010101100001101111110011100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,101,74); }

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

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

 a { background-color: rgb(77,101,74); }

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

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

 span { border-color: rgb(77,101,74); }

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