Html Css Color HEX #4D694C Nandor

📋 copy color: '#4D694C'

red 77 ◦ green 105 ◦ blue 76

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

Shades of Nandor #4D694C

Tints of Nandor #4D694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 29.84%
G = 40.7%
B = 29.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#4D694C (or 0x4D694C) is known color: Nandor. HEX triplet: 4D, 69 and 4C. RGB value is (77,105,76). Sum of RGB (Red+Green+Blue) = 77+105+76=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #4D694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D694C is #B296B3. Grayscale: #5D5D5D. Windows color (decimal): -11703988 or 5007693. OLE color: 5007693.

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

Color convert

RGB 77 105 76 -
CMYK 0.27 0 0.28 0.59
HSL 117.93º 0.16% 0.35% -
HSV(B) 117.93º 0.28% 0.41% -
XYZ 9.42 12.2 8.7 -
YUV 93.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 77 105 76 0.27 0 0.28 0.59 117.93 0.16 0.35
Hex 4D 69 4C 1B 0 1C 3B 76 10 23
Octal 115 151 114 33 0 34 73 166 20 43
Binary 1001101 1101001 1001100 11011 0 11100 111011 1110110 10000 100011

Color Harmonies of #4D694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D694C

Black with #4D694C

Text Example


Text Example

White with #4D694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,76); }

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

background-color css

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

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

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

border-color css

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

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

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