#486348

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

Shades of Nandor #486348

Tints of Nandor #486348

Color information

#486348 (or 0x486348) is unknown color: approx Nandor. HEX triplet: 48, 63 and 48. RGB value is (72,99,72). Sum of RGB (Red+Green+Blue) = 72+99+72=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #486348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486348 is #B79CB7. Grayscale: #575757. Windows color (decimal): -12033208 or 4744008. OLE color: 4744008.

HSL color Cylindrical-coordinate representation of color #486348: hue angle of 120º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486348 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB729972-
CMYK0.2700.270.61
HSL120º15.79%33.53%-
HSV(B)120º27.27%38.82%-
XYZ8.310.777.77-
YUV87.85119.05116.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299720.2700.270.6112015.7933.53
Hex4863481B01B3D781022
Octal11014311033033751702042
Binary10010001100011100100011011011011111101111100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486348; }

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

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

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

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

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

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

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

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