Html Css Color HEX #496349 Nandor

📋 copy color: '#496349'

red 73 ◦ green 99 ◦ blue 73

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

Shades of Nandor #496349

Tints of Nandor #496349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 29.8%
G = 40.41%
B = 29.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#496349 (or 0x496349) is known color: Nandor. HEX triplet: 49, 63 and 49. RGB value is (73,99,73). Sum of RGB (Red+Green+Blue) = 73+99+73=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #496349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496349 is #B69CB6. Grayscale: #585858. Windows color (decimal): -11967671 or 4809545. OLE color: 4809545.

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

Color convert

RGB 73 99 73 -
CMYK 0.26 0 0.26 0.61
HSL 120º 0.15% 0.34% -
HSV(B) 120º 0.26% 0.39% -
XYZ 8.41 10.82 7.95 -
YUV 88.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 73 99 73 0.26 0 0.26 0.61 120 0.15 0.34
Hex 49 63 49 1A 0 1A 3D 78 F 22
Octal 111 143 111 32 0 32 75 170 17 42
Binary 1001001 1100011 1001001 11010 0 11010 111101 1111000 1111 100010

Color Harmonies of #496349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496349

Black with #496349

Text Example


Text Example

White with #496349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496349; }

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

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

background-color css

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

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

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

border-color css

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

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

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