#496448

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

Shades of Nandor #496448

Tints of Nandor #496448

Color information

#496448 (or 0x496448) is unknown color: approx Nandor. HEX triplet: 49, 64 and 48. RGB value is (73,100,72). Sum of RGB (Red+Green+Blue) = 73+100+72=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #496448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496448 is #B69BB7. Grayscale: #585858. Windows color (decimal): -11967416 or 4744265. OLE color: 4744265.

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

Color convert

RGB7310072-
CMYK0.2700.280.61
HSL117.86º16.28%33.73%-
HSV(B)117.86º28%39.22%-
XYZ8.47117.81-
YUV88.73118.55116.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=29.80%
G=40.82%
B=29.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100720.2700.280.61117.8616.2833.73
Hex4964481B01C3D761022
Octal11114411033034751662042
Binary10010011100100100100011011011100111101111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496448; }

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

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

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

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

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

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

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

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