#445D51

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

Shades of Plantation #445D51

Tints of Plantation #445D51

Color information

#445D51 (or 0x445D51) is unknown color: approx Plantation. HEX triplet: 44, 5D and 51. RGB value is (68,93,81). Sum of RGB (Red+Green+Blue) = 68+93+81=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #445D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D51 is #BBA2AE. Grayscale: #545454. Windows color (decimal): -12296879 or 5332292. OLE color: 5332292.

HSL color Cylindrical-coordinate representation of color #445D51: hue angle of 151.2º 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 #445D51 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB689381-
CMYK0.2700.130.64
HSL151.2º15.53%31.57%-
HSV(B)151.2º26.88%36.47%-
XYZ7.789.659.24-
YUV84.16126.22116.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=28.10%
G=38.43%
B=33.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893810.2700.130.64151.215.5331.57
Hex445D511B0D40971020
Octal104135121330151002272040
Binary100010010111011010001110110110110000001001011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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