#446349

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

Shades of Nandor #446349

Tints of Nandor #446349

Color information

#446349 (or 0x446349) is unknown color: approx Nandor. HEX triplet: 44, 63 and 49. RGB value is (68,99,73). Sum of RGB (Red+Green+Blue) = 68+99+73=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #446349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446349 is #BB9CB6. Grayscale: #565656. Windows color (decimal): -12295351 or 4809540. OLE color: 4809540.

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

Color convert

RGB689973-
CMYK0.3100.260.61
HSL129.68º18.56%32.75%-
HSV(B)129.68º31.31%38.82%-
XYZ8.0510.637.93-
YUV86.77120.23114.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=28.33%
G=41.25%
B=30.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899730.3100.260.61129.6818.5632.75
Hex4463491F01A3D821321
Octal10414311137032752022341
Binary100010011000111001001111110110101111011000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446349; }

 p { color: rgb(68,99,73); }

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

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

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

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

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

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

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