#486249

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

Shades of Nandor #486249

Tints of Nandor #486249

Color information

#486249 (or 0x486249) is unknown color: approx Nandor. HEX triplet: 48, 62 and 49. RGB value is (72,98,73). Sum of RGB (Red+Green+Blue) = 72+98+73=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #486249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486249 is #B79DB6. Grayscale: #575757. Windows color (decimal): -12033463 or 4809288. OLE color: 4809288.

HSL color Cylindrical-coordinate representation of color #486249: hue angle of 122.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486249 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB729873-
CMYK0.2700.260.62
HSL122.31º15.29%33.33%-
HSV(B)122.31º26.53%38.43%-
XYZ8.2410.597.91-
YUV87.38119.89117.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=29.63%
G=40.33%
B=30.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298730.2700.260.62122.3115.2933.33
Hex4862491B01A3E7af21
Octal11014211133032761721741
Binary1001000110001010010011101101101011111011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486249; }

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

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

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

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

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

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

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

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