#486248

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

Shades of Nandor #486248

Tints of Nandor #486248

Color information

#486248 (or 0x486248) is unknown color: approx Nandor. HEX triplet: 48, 62 and 48. RGB value is (72,98,72). Sum of RGB (Red+Green+Blue) = 72+98+72=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #486248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486248 is #B79DB7. Grayscale: #575757. Windows color (decimal): -12033464 or 4743752. OLE color: 4743752.

HSL color Cylindrical-coordinate representation of color #486248: hue angle of 120º 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 #486248 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB729872-
CMYK0.2700.270.62
HSL120º15.29%33.33%-
HSV(B)120º26.53%38.43%-
XYZ8.2110.587.74-
YUV87.26119.39117.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=29.75%
G=40.50%
B=29.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298720.2700.270.6212015.2933.33
Hex4862481B01B3E78f21
Octal11014211033033761701741
Binary1001000110001010010001101101101111111011110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486248; }

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

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

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

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

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

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

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

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