Html Css Color HEX #496649 Nandor

📋 copy color: '#496649'

red 73 ◦ green 102 ◦ blue 73

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

Shades of Nandor #496649

Tints of Nandor #496649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 29.44%
G = 41.13%
B = 29.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#496649 (or 0x496649) is known color: Nandor. HEX triplet: 49, 66 and 49. RGB value is (73,102,73). Sum of RGB (Red+Green+Blue) = 73+102+73=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #496649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496649 is #B699B6. Grayscale: #5A5A5A. Windows color (decimal): -11966903 or 4810313. OLE color: 4810313.

HSL color Cylindrical-coordinate representation of color #496649: hue angle of 120º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496649 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 73 -
CMYK 0.28 0 0.28 0.6
HSL 120º 0.17% 0.34% -
HSV(B) 120º 0.28% 0.4% -
XYZ 8.7 11.4 8.05 -
YUV 90.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 73 102 73 0.28 0 0.28 0.6 120 0.17 0.34
Hex 49 66 49 1C 0 1C 3C 78 11 22
Octal 111 146 111 34 0 34 74 170 21 42
Binary 1001001 1100110 1001001 11100 0 11100 111100 1111000 10001 100010

Color Harmonies of #496649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496649

Black with #496649

Text Example


Text Example

White with #496649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496649; }

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

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

background-color css

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

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

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

border-color css

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

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

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