#446048

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

Shades of Nandor #446048

Tints of Nandor #446048

Color information

#446048 (or 0x446048) is unknown color: approx Nandor. HEX triplet: 44, 60 and 48. RGB value is (68,96,72). Sum of RGB (Red+Green+Blue) = 68+96+72=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #446048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446048 is #BB9FB7. Grayscale: #545454. Windows color (decimal): -12296120 or 4743236. OLE color: 4743236.

HSL color Cylindrical-coordinate representation of color #446048: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446048 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB689672-
CMYK0.2900.250.62
HSL128.57º17.07%32.16%-
HSV(B)128.57º29.17%37.65%-
XYZ7.7410.067.67-
YUV84.89120.72115.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=28.81%
G=40.68%
B=30.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896720.2900.250.62128.5717.0732.16
Hex4460481D0193E811120
Octal10414011035031762012140
Binary100010011000001001000111010110011111101000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446048; }

 p { color: rgb(68,96,72); }

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

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

 a { background-color: rgb(68,96,72); }

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

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

 span { border-color: rgb(68,96,72); }

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