Html Css Color HEX #4D684D Nandor

📋 copy color: '#4D684D'

red 77 ◦ green 104 ◦ blue 77

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

Shades of Nandor #4D684D

Tints of Nandor #4D684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.31%

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

R = 29.84%
G = 40.31%
B = 29.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#4D684D (or 0x4D684D) is known color: Nandor. HEX triplet: 4D, 68 and 4D. RGB value is (77,104,77). Sum of RGB (Red+Green+Blue) = 77+104+77=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #4D684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D684D is #B297B2. Grayscale: #5C5C5C. Windows color (decimal): -11704243 or 5072973. OLE color: 5072973.

HSL color Cylindrical-coordinate representation of color #4D684D: hue angle of 120º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D684D is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 77 -
CMYK 0.26 0 0.26 0.59
HSL 120º 0.15% 0.35% -
HSV(B) 120º 0.26% 0.41% -
XYZ 9.35 12.01 8.85 -
YUV 92.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 77 104 77 0.26 0 0.26 0.59 120 0.15 0.35
Hex 4D 68 4D 1A 0 1A 3B 78 F 23
Octal 115 150 115 32 0 32 73 170 17 43
Binary 1001101 1101000 1001101 11010 0 11010 111011 1111000 1111 100011

Color Harmonies of #4D684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D684D

Black with #4D684D

Text Example


Text Example

White with #4D684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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