#496948

Color #496948 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #496948

Tints of Nandor #496948

Color information

#496948 (or 0x496948) is unknown color: approx Nandor. HEX triplet: 49, 69 and 48. RGB value is (73,105,72). Sum of RGB (Red+Green+Blue) = 73+105+72=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #496948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496948 is #B696B7. Grayscale: #5B5B5B. Windows color (decimal): -11966136 or 4745545. OLE color: 4745545.

HSL color Cylindrical-coordinate representation of color #496948: hue angle of 118.18º degrees, saturation: 0.19, 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 #496948 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB7310572-
CMYK0.3000.310.59
HSL118.18º18.64%34.71%-
HSV(B)118.18º31.43%41.18%-
XYZ8.9711.997.97-
YUV91.67116.9114.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=29.2%
G=42%
B=28.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105720.3000.310.59118.1818.6434.71
Hex4969481E01F3B761323
Octal11115111036037731662343
Binary10010011101001100100011110011111111011111011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496948; }

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

 H1.HeaderClassName
 {
   color: #496948;
 }
 .AnyTagClassName
 {
   color: #496948;
 }
</style>
background-color css

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

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

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

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

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

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