Html Css Color HEX #4D634B Nandor

📋 copy color: '#4D634B'

red 77 ◦ green 99 ◦ blue 75

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

Shades of Nandor #4D634B

Tints of Nandor #4D634B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

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

R = 30.68%
G = 39.44%
B = 29.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#4D634B (or 0x4D634B) is known color: Nandor. HEX triplet: 4D, 63 and 4B. RGB value is (77,99,75). Sum of RGB (Red+Green+Blue) = 77+99+75=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D634B is #B29CB4. Grayscale: #595959. Windows color (decimal): -11705525 or 4940621. OLE color: 4940621.

HSL color Cylindrical-coordinate representation of color #4D634B: hue angle of 115º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D634B is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 99 75 -
CMYK 0.22 0 0.24 0.61
HSL 115º 0.14% 0.34% -
HSV(B) 115º 0.24% 0.39% -
XYZ 8.79 11.01 8.32 -
YUV 89.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 77 99 75 0.22 0 0.24 0.61 115 0.14 0.34
Hex 4D 63 4B 16 0 18 3D 73 E 22
Octal 115 143 113 26 0 30 75 163 16 42
Binary 1001101 1100011 1001011 10110 0 11000 111101 1110011 1110 100010

Color Harmonies of #4D634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D634B

Black with #4D634B

Text Example


Text Example

White with #4D634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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