#446647

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

Shades of Nandor #446647

Tints of Nandor #446647

Color information

#446647 (or 0x446647) is unknown color: approx Nandor. HEX triplet: 44, 66 and 47. RGB value is (68,102,71). Sum of RGB (Red+Green+Blue) = 68+102+71=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #446647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446647 is #BB99B8. Grayscale: #585858. Windows color (decimal): -12294585 or 4679236. OLE color: 4679236.

HSL color Cylindrical-coordinate representation of color #446647: hue angle of 125.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446647 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB6810271-
CMYK0.3300.300.6
HSL125.29º20%33.33%-
HSV(B)125.29º33.33%40%-
XYZ8.2711.197.68-
YUV88.3118.24113.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=28.22%
G=42.32%
B=29.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102710.3300.300.6125.292033.33
Hex4466472101E3C7d1421
Octal10414610741036741752441
Binary100010011001101000111100001011110111100111110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446647; }

 p { color: rgb(68,102,71); }

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

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

 a { background-color: rgb(68,102,71); }

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

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

 span { border-color: rgb(68,102,71); }

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