Html Css Color HEX #496847 Nandor

📋 copy color: '#496847'

red 73 ◦ green 104 ◦ blue 71

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

Shades of Nandor #496847

Tints of Nandor #496847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 29.44%
G = 41.94%
B = 28.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#496847 (or 0x496847) is known color: Nandor. HEX triplet: 49, 68 and 47. RGB value is (73,104,71). Sum of RGB (Red+Green+Blue) = 73+104+71=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #496847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496847 is #B697B8. Grayscale: #5B5B5B. Windows color (decimal): -11966393 or 4679753. OLE color: 4679753.

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

Color convert

RGB 73 104 71 -
CMYK 0.30 0 0.32 0.59
HSL 116.36º 0.19% 0.34% -
HSV(B) 116.36º 0.32% 0.41% -
XYZ 8.84 11.77 7.77 -
YUV 90.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 73 104 71 0.30 0 0.32 0.59 116.36 0.19 0.34
Hex 49 68 47 1E 0 20 3B 74 13 22
Octal 111 150 107 36 0 40 73 164 23 42
Binary 1001001 1101000 1000111 11110 0 100000 111011 1110100 10011 100010

Color Harmonies of #496847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496847

Black with #496847

Text Example


Text Example

White with #496847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496847; }

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

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

background-color css

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

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

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

border-color css

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

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

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