Html Css Color HEX #496849 Nandor

📋 copy color: '#496849'

red 73 ◦ green 104 ◦ blue 73

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

Shades of Nandor #496849

Tints of Nandor #496849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

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

R = 29.2%
G = 41.6%
B = 29.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#496849 (or 0x496849) is known color: Nandor. HEX triplet: 49, 68 and 49. RGB value is (73,104,73). Sum of RGB (Red+Green+Blue) = 73+104+73=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #496849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496849 is #B697B6. Grayscale: #5B5B5B. Windows color (decimal): -11966391 or 4810825. OLE color: 4810825.

HSL color Cylindrical-coordinate representation of color #496849: hue angle of 120º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496849 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 73 -
CMYK 0.30 0 0.30 0.59
HSL 120º 0.18% 0.35% -
HSV(B) 120º 0.3% 0.41% -
XYZ 8.9 11.8 8.11 -
YUV 91.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 73 104 73 0.30 0 0.30 0.59 120 0.18 0.35
Hex 49 68 49 1E 0 1E 3B 78 12 23
Octal 111 150 111 36 0 36 73 170 22 43
Binary 1001001 1101000 1001001 11110 0 11110 111011 1111000 10010 100011

Color Harmonies of #496849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496849

Black with #496849

Text Example


Text Example

White with #496849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496849; }

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

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

background-color css

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

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

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

border-color css

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

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

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