#4D634F

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

Shades of Nandor #4D634F

Tints of Nandor #4D634F

Color information

#4D634F (or 0x4D634F) is unknown color: approx Nandor. HEX triplet: 4D, 63 and 4F. RGB value is (77,99,79). Sum of RGB (Red+Green+Blue) = 77+99+79=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D634F is #B29CB0. Grayscale: #5A5A5A. Windows color (decimal): -11705521 or 5202765. OLE color: 5202765.

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

Color convert

RGB779979-
CMYK0.2200.200.61
HSL125.45º12.5%34.51%-
HSV(B)125.45º22.22%38.82%-
XYZ8.9311.079.06-
YUV90.14121.71118.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=30.20%
G=38.82%
B=30.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7799790.2200.200.61125.4512.534.51
Hex4D634F160143D7dc23
Octal11514311726024751751443
Binary1001101110001110011111011001010011110111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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