Html Css Color HEX #496249 Nandor

📋 copy color: '#496249'

red 73 ◦ green 98 ◦ blue 73

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

Shades of Nandor #496249

Tints of Nandor #496249

RGB

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

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

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

R = 29.92%
G = 40.16%
B = 29.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#496249 (or 0x496249) is known color: Nandor. HEX triplet: 49, 62 and 49. RGB value is (73,98,73). Sum of RGB (Red+Green+Blue) = 73+98+73=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #496249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496249 is #B69DB6. Grayscale: #575757. Windows color (decimal): -11967927 or 4809289. OLE color: 4809289.

HSL color Cylindrical-coordinate representation of color #496249: hue angle of 120º 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 #496249 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 73 -
CMYK 0.26 0 0.26 0.62
HSL 120º 0.15% 0.34% -
HSV(B) 120º 0.26% 0.38% -
XYZ 8.32 10.63 7.92 -
YUV 87.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 73 98 73 0.26 0 0.26 0.62 120 0.15 0.34
Hex 49 62 49 1A 0 1A 3E 78 F 22
Octal 111 142 111 32 0 32 76 170 17 42
Binary 1001001 1100010 1001001 11010 0 11010 111110 1111000 1111 100010

Color Harmonies of #496249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496249

Black with #496249

Text Example


Text Example

White with #496249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496249; }

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

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

background-color css

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

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

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

border-color css

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

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

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