#445C48

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

Shades of Nandor #445C48

Tints of Nandor #445C48

Color information

#445C48 (or 0x445C48) is unknown color: approx Nandor. HEX triplet: 44, 5C and 48. RGB value is (68,92,72). Sum of RGB (Red+Green+Blue) = 68+92+72=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #445C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C48 is #BBA3B7. Grayscale: #525252. Windows color (decimal): -12297144 or 4742212. OLE color: 4742212.

HSL color Cylindrical-coordinate representation of color #445C48: hue angle of 130º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C48 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB689272-
CMYK0.2600.220.64
HSL130º15%31.37%-
HSV(B)130º26.09%36.08%-
XYZ7.389.357.55-
YUV82.54122.05117.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=29.31%
G=39.66%
B=31.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892720.2600.220.641301531.37
Hex445C481A0164082f1f
Octal104134110320261002021737
Binary10001001011100100100011010010110100000010000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445C48; }

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

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

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

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

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

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

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

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