#445D4F

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

Shades of Plantation #445D4F

Tints of Plantation #445D4F

Color information

#445D4F (or 0x445D4F) is unknown color: approx Plantation. HEX triplet: 44, 5D and 4F. RGB value is (68,93,79). Sum of RGB (Red+Green+Blue) = 68+93+79=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D4F is #BBA2B0. Grayscale: #535353. Windows color (decimal): -12296881 or 5201220. OLE color: 5201220.

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

Color convert

RGB689379-
CMYK0.2700.150.64
HSL146.4º15.53%31.57%-
HSV(B)146.4º26.88%36.47%-
XYZ7.719.628.85-
YUV83.93125.22116.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=28.33%
G=38.75%
B=32.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893790.2700.150.64146.415.5331.57
Hex445D4F1B0F40921020
Octal104135117330171002222040
Binary100010010111011001111110110111110000001001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,79); }

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

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

 a { background-color: rgb(68,93,79); }

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

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

 span { border-color: rgb(68,93,79); }

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