Html Css Color HEX #49634C Nandor

📋 copy color: '#49634C'

red 73 ◦ green 99 ◦ blue 76

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

Shades of Nandor #49634C

Tints of Nandor #49634C

RGB

 RED value IS 73 (28.91% from 255) = 29.44%

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

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

R = 29.44%
G = 39.92%
B = 30.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#49634C (or 0x49634C) is known color: Nandor. HEX triplet: 49, 63 and 4C. RGB value is (73,99,76). Sum of RGB (Red+Green+Blue) = 73+99+76=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #49634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49634C is #B69CB3. Grayscale: #585858. Windows color (decimal): -11967668 or 5006153. OLE color: 5006153.

HSL color Cylindrical-coordinate representation of color #49634C: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49634C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 76 -
CMYK 0.26 0 0.23 0.61
HSL 126.92º 0.15% 0.34% -
HSV(B) 126.92º 0.26% 0.39% -
XYZ 8.51 10.86 8.49 -
YUV 88.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 73 99 76 0.26 0 0.23 0.61 126.92 0.15 0.34
Hex 49 63 4C 1A 0 17 3D 7F F 22
Octal 111 143 114 32 0 27 75 177 17 42
Binary 1001001 1100011 1001100 11010 0 10111 111101 1111111 1111 100010

Color Harmonies of #49634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49634C

Black with #49634C

Text Example


Text Example

White with #49634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49634C; }

 p { color: rgb(73,99,76); }

 H1.HeaderClassName
 {
   color: #49634C;
 }
 .AnyTagClassName
 {
   color: #49634C;
 }
</style>

background-color css

<style>
 a { background-color: #49634C; }

 a { background-color: rgb(73,99,76); }

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

border-color css

<style>
 span { border-color: #49634C; }

 span { border-color: rgb(73,99,76); }

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