Html Css Color HEX #496049 Nandor

📋 copy color: '#496049'

red 73 ◦ green 96 ◦ blue 73

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

Shades of Nandor #496049

Tints of Nandor #496049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 30.17%
G = 39.67%
B = 30.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#496049 (or 0x496049) is known color: Nandor. HEX triplet: 49, 60 and 49. RGB value is (73,96,73). Sum of RGB (Red+Green+Blue) = 73+96+73=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #496049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496049 is #B69FB6. Grayscale: #565656. Windows color (decimal): -11968439 or 4808777. OLE color: 4808777.

HSL color Cylindrical-coordinate representation of color #496049: hue angle of 120º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #496049 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 73 -
CMYK 0.24 0 0.24 0.62
HSL 120º 0.14% 0.33% -
HSV(B) 120º 0.24% 0.38% -
XYZ 8.13 10.26 7.86 -
YUV 86.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 73 96 73 0.24 0 0.24 0.62 120 0.14 0.33
Hex 49 60 49 18 0 18 3E 78 E 21
Octal 111 140 111 30 0 30 76 170 16 41
Binary 1001001 1100000 1001001 11000 0 11000 111110 1111000 1110 100001

Color Harmonies of #496049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496049

Black with #496049

Text Example


Text Example

White with #496049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496049; }

 p { color: rgb(73,96,73); }

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

background-color css

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

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

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

border-color css

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

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

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