#486149

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

Shades of Nandor #486149

Tints of Nandor #486149

Color information

#486149 (or 0x486149) is unknown color: approx Nandor. HEX triplet: 48, 61 and 49. RGB value is (72,97,73). Sum of RGB (Red+Green+Blue) = 72+97+73=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #486149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486149 is #B79EB6. Grayscale: #565656. Windows color (decimal): -12033719 or 4809032. OLE color: 4809032.

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

Color convert

RGB729773-
CMYK0.2600.250.62
HSL122.4º14.79%33.14%-
HSV(B)122.4º25.77%38.04%-
XYZ8.1510.417.88-
YUV86.79120.22117.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=29.75%
G=40.08%
B=30.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297730.2600.250.62122.414.7933.14
Hex4861491A0193E7af21
Octal11014111132031761721741
Binary1001000110000110010011101001100111111011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486149; }

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

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

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

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

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

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

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

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