#486948

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

Shades of Nandor #486948

Tints of Nandor #486948

Color information

#486948 (or 0x486948) is unknown color: approx Nandor. HEX triplet: 48, 69 and 48. RGB value is (72,105,72). Sum of RGB (Red+Green+Blue) = 72+105+72=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #486948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486948 is #B796B7. Grayscale: #5B5B5B. Windows color (decimal): -12031672 or 4745544. OLE color: 4745544.

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

Color convert

RGB7210572-
CMYK0.3100.310.59
HSL120º18.64%34.71%-
HSV(B)120º31.43%41.18%-
XYZ8.8911.957.97-
YUV91.37117.07114.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=28.92%
G=42.17%
B=28.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105720.3100.310.5912018.6434.71
Hex4869481F01F3B781323
Octal11015111037037731702343
Binary10010001101001100100011111011111111011111100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486948; }

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

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

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

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

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

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

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

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