#446747

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

Shades of Nandor #446747

Tints of Nandor #446747

Color information

#446747 (or 0x446747) is unknown color: approx Nandor. HEX triplet: 44, 67 and 47. RGB value is (68,103,71). Sum of RGB (Red+Green+Blue) = 68+103+71=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #446747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446747 is #BB98B8. Grayscale: #585858. Windows color (decimal): -12294329 or 4679492. OLE color: 4679492.

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

Color convert

RGB6810371-
CMYK0.3400.310.60
HSL125.14º20.47%33.53%-
HSV(B)125.14º33.98%40.39%-
XYZ8.3711.387.72-
YUV88.89117.9113.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=28.10%
G=42.56%
B=29.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68103710.3400.310.60125.1420.4733.53
Hex4467472201F3C7d1422
Octal10414710742037741752442
Binary100010011001111000111100010011111111100111110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446747; }

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

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

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

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

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

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

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

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