#466348

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

Shades of Nandor #466348

Tints of Nandor #466348

Color information

#466348 (or 0x466348) is unknown color: approx Nandor. HEX triplet: 46, 63 and 48. RGB value is (70,99,72). Sum of RGB (Red+Green+Blue) = 70+99+72=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #466348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466348 is #B99CB7. Grayscale: #575757. Windows color (decimal): -12164280 or 4744006. OLE color: 4744006.

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

Color convert

RGB709972-
CMYK0.2900.270.61
HSL124.14º17.16%33.14%-
HSV(B)124.14º29.29%38.82%-
XYZ8.1610.697.77-
YUV87.25119.39115.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=29.05%
G=41.08%
B=29.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099720.2900.270.61124.1417.1633.14
Hex4663481D01B3D7c1121
Octal10614311035033751742141
Binary10001101100011100100011101011011111101111110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466348; }

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

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

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

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

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

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

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

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