Html Css Color HEX #4D664D Nandor

📋 copy color: '#4D664D'

red 77 ◦ green 102 ◦ blue 77

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

Shades of Nandor #4D664D

Tints of Nandor #4D664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.84%

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 30.08%
G = 39.84%
B = 30.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4D664D (or 0x4D664D) is known color: Nandor. HEX triplet: 4D, 66 and 4D. RGB value is (77,102,77). Sum of RGB (Red+Green+Blue) = 77+102+77=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #4D664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D664D is #B299B2. Grayscale: #5B5B5B. Windows color (decimal): -11704755 or 5072461. OLE color: 5072461.

HSL color Cylindrical-coordinate representation of color #4D664D: hue angle of 120º 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 #4D664D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 102 77 -
CMYK 0.25 0 0.25 0.6
HSL 120º 0.14% 0.35% -
HSV(B) 120º 0.25% 0.4% -
XYZ 9.15 11.62 8.78 -
YUV 91.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 77 102 77 0.25 0 0.25 0.6 120 0.14 0.35
Hex 4D 66 4D 19 0 19 3C 78 E 23
Octal 115 146 115 31 0 31 74 170 16 43
Binary 1001101 1100110 1001101 11001 0 11001 111100 1111000 1110 100011

Color Harmonies of #4D664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D664D

Black with #4D664D

Text Example


Text Example

White with #4D664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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