Html Css Color HEX #4D6750 Nandor

📋 copy color: '#4D6750'

red 77 ◦ green 103 ◦ blue 80

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

Shades of Nandor #4D6750

Tints of Nandor #4D6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 29.62%
G = 39.62%
B = 30.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#4D6750 (or 0x4D6750) is known color: Nandor. HEX triplet: 4D, 67 and 50. RGB value is (77,103,80). Sum of RGB (Red+Green+Blue) = 77+103+80=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6750 is #B298AF. Grayscale: #5C5C5C. Windows color (decimal): -11704496 or 5269325. OLE color: 5269325.

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

Color convert

RGB 77 103 80 -
CMYK 0.25 0 0.22 0.60
HSL 126.92º 0.14% 0.35% -
HSV(B) 126.92º 0.25% 0.4% -
XYZ 9.36 11.86 9.38 -
YUV 92.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 77 103 80 0.25 0 0.22 0.60 126.92 0.14 0.35
Hex 4D 67 50 19 0 16 3C 7F E 23
Octal 115 147 120 31 0 26 74 177 16 43
Binary 1001101 1100111 1010000 11001 0 10110 111100 1111111 1110 100011

Color Harmonies of #4D6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6750

Black with #4D6750

Text Example


Text Example

White with #4D6750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,103,80); }

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

background-color css

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

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

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

border-color css

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

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

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