#445948

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

Shades of Nandor #445948

Tints of Nandor #445948

Color information

#445948 (or 0x445948) is unknown color: approx Nandor. HEX triplet: 44, 59 and 48. RGB value is (68,89,72). Sum of RGB (Red+Green+Blue) = 68+89+72=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #445948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445948 is #BBA6B7. Grayscale: #505050. Windows color (decimal): -12297912 or 4741444. OLE color: 4741444.

HSL color Cylindrical-coordinate representation of color #445948: hue angle of 131.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445948 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB688972-
CMYK0.2400.190.65
HSL131.43º13.38%30.78%-
HSV(B)131.43º23.6%34.9%-
XYZ7.138.847.46-
YUV80.78123.04118.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=29.69%
G=38.86%
B=31.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889720.2400.190.65131.4313.3830.78
Hex445948180134183d1f
Octal104131110300231012031537
Binary10001001011001100100011000010011100000110000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445948; }

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

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

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

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

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

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

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

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