Html Css Color HEX #4D694B Nandor

📋 copy color: '#4D694B'

red 77 ◦ green 105 ◦ blue 75

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

Shades of Nandor #4D694B

Tints of Nandor #4D694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 29.96%
G = 40.86%
B = 29.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#4D694B (or 0x4D694B) is known color: Nandor. HEX triplet: 4D, 69 and 4B. RGB value is (77,105,75). Sum of RGB (Red+Green+Blue) = 77+105+75=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #4D694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D694B is #B296B4. Grayscale: #5D5D5D. Windows color (decimal): -11703989 or 4942157. OLE color: 4942157.

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

Color convert

RGB 77 105 75 -
CMYK 0.27 0 0.29 0.59
HSL 116º 0.17% 0.35% -
HSV(B) 116º 0.29% 0.41% -
XYZ 9.38 12.19 8.51 -
YUV 93.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 77 105 75 0.27 0 0.29 0.59 116 0.17 0.35
Hex 4D 69 4B 1B 0 1D 3B 74 11 23
Octal 115 151 113 33 0 35 73 164 21 43
Binary 1001101 1101001 1001011 11011 0 11101 111011 1110100 10001 100011

Color Harmonies of #4D694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D694B

Black with #4D694B

Text Example


Text Example

White with #4D694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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