Html Css Color HEX #49624C Nandor

📋 copy color: '#49624C'

red 73 ◦ green 98 ◦ blue 76

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

Shades of Nandor #49624C

Tints of Nandor #49624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

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

R = 29.55%
G = 39.68%
B = 30.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#49624C (or 0x49624C) is known color: Nandor. HEX triplet: 49, 62 and 4C. RGB value is (73,98,76). Sum of RGB (Red+Green+Blue) = 73+98+76=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #49624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49624C is #B69DB3. Grayscale: #585858. Windows color (decimal): -11967924 or 5005897. OLE color: 5005897.

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

Color convert

RGB 73 98 76 -
CMYK 0.26 0 0.22 0.62
HSL 127.2º 0.15% 0.34% -
HSV(B) 127.2º 0.26% 0.38% -
XYZ 8.42 10.67 8.45 -
YUV 88.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 73 98 76 0.26 0 0.22 0.62 127.2 0.15 0.34
Hex 49 62 4C 1A 0 16 3E 7F F 22
Octal 111 142 114 32 0 26 76 177 17 42
Binary 1001001 1100010 1001100 11010 0 10110 111110 1111111 1111 100010

Color Harmonies of #49624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49624C

Black with #49624C

Text Example


Text Example

White with #49624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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