Html Css Color HEX #496848 Nandor

📋 copy color: '#496848'

red 73 ◦ green 104 ◦ blue 72

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

Shades of Nandor #496848

Tints of Nandor #496848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 29.32%
G = 41.77%
B = 28.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#496848 (or 0x496848) is known color: Nandor. HEX triplet: 49, 68 and 48. RGB value is (73,104,72). Sum of RGB (Red+Green+Blue) = 73+104+72=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #496848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496848 is #B697B7. Grayscale: #5B5B5B. Windows color (decimal): -11966392 or 4745289. OLE color: 4745289.

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

Color convert

RGB 73 104 72 -
CMYK 0.30 0 0.31 0.59
HSL 118.13º 0.18% 0.35% -
HSV(B) 118.13º 0.31% 0.41% -
XYZ 8.87 11.78 7.94 -
YUV 91.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 73 104 72 0.30 0 0.31 0.59 118.13 0.18 0.35
Hex 49 68 48 1E 0 1F 3B 76 12 23
Octal 111 150 110 36 0 37 73 166 22 43
Binary 1001001 1101000 1001000 11110 0 11111 111011 1110110 10010 100011

Color Harmonies of #496848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496848

Black with #496848

Text Example


Text Example

White with #496848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496848; }

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

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

background-color css

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

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

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

border-color css

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

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

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