#486148

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

Shades of Nandor #486148

Tints of Nandor #486148

Color information

#486148 (or 0x486148) is unknown color: approx Nandor. HEX triplet: 48, 61 and 48. RGB value is (72,97,72). Sum of RGB (Red+Green+Blue) = 72+97+72=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #486148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486148 is #B79EB7. Grayscale: #565656. Windows color (decimal): -12033720 or 4743496. OLE color: 4743496.

HSL color Cylindrical-coordinate representation of color #486148: 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.26%. Process color model (Four color, CMYK) of #486148 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB729772-
CMYK0.2600.260.62
HSL120º14.79%33.14%-
HSV(B)120º25.77%38.04%-
XYZ8.1210.397.71-
YUV86.68119.72117.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=29.88%
G=40.25%
B=29.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297720.2600.260.6212014.7933.14
Hex4861481A01A3E78f21
Octal11014111032032761701741
Binary1001000110000110010001101001101011111011110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486148; }

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

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

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

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

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

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

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

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