#446247

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

Shades of Nandor #446247

Tints of Nandor #446247

Color information

#446247 (or 0x446247) is unknown color: approx Nandor. HEX triplet: 44, 62 and 47. RGB value is (68,98,71). Sum of RGB (Red+Green+Blue) = 68+98+71=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #446247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446247 is #BB9DB8. Grayscale: #565656. Windows color (decimal): -12295609 or 4678212. OLE color: 4678212.

HSL color Cylindrical-coordinate representation of color #446247: hue angle of 126º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446247 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB689871-
CMYK0.3100.280.62
HSL126º18.07%32.55%-
HSV(B)126º30.61%38.43%-
XYZ7.8910.427.56-
YUV85.95119.56115.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=28.69%
G=41.35%
B=29.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898710.3100.280.6212618.0732.55
Hex4462471F01C3E7e1221
Octal10414210737034761762241
Binary10001001100010100011111111011100111110111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446247; }

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

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

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

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

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

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

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

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