Html Css Color HEX #4D604D Nandor

📋 copy color: '#4D604D'

red 77 ◦ green 96 ◦ blue 77

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

Shades of Nandor #4D604D

Tints of Nandor #4D604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

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

R = 30.8%
G = 38.4%
B = 30.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#4D604D (or 0x4D604D) is known color: Nandor. HEX triplet: 4D, 60 and 4D. RGB value is (77,96,77). Sum of RGB (Red+Green+Blue) = 77+96+77=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D604D is #B29FB2. Grayscale: #585858. Windows color (decimal): -11706291 or 5070925. OLE color: 5070925.

HSL color Cylindrical-coordinate representation of color #4D604D: hue angle of 120º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D604D is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 77 -
CMYK 0.20 0 0.20 0.62
HSL 120º 0.11% 0.34% -
HSV(B) 120º 0.2% 0.38% -
XYZ 8.58 10.48 8.59 -
YUV 88.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 77 96 77 0.20 0 0.20 0.62 120 0.11 0.34
Hex 4D 60 4D 14 0 14 3E 78 B 22
Octal 115 140 115 24 0 24 76 170 13 42
Binary 1001101 1100000 1001101 10100 0 10100 111110 1111000 1011 100010

Color Harmonies of #4D604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D604D

Black with #4D604D

Text Example


Text Example

White with #4D604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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