#445F50

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

Shades of Plantation #445F50

Tints of Plantation #445F50

Color information

#445F50 (or 0x445F50) is unknown color: approx Plantation. HEX triplet: 44, 5F and 50. RGB value is (68,95,80). Sum of RGB (Red+Green+Blue) = 68+95+80=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #445F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F50 is #BBA0AF. Grayscale: #555555. Windows color (decimal): -12296368 or 5267268. OLE color: 5267268.

HSL color Cylindrical-coordinate representation of color #445F50: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F50 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB689580-
CMYK0.2800.160.63
HSL146.67º16.56%31.96%-
HSV(B)146.67º28.42%37.25%-
XYZ7.929.999.1-
YUV85.22125.05115.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=27.98%
G=39.09%
B=32.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895800.2800.160.63146.6716.5631.96
Hex445F501C0103F931120
Octal10413712034020772232140
Binary100010010111111010000111000100001111111001001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,80); }

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

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

 a { background-color: rgb(68,95,80); }

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

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

 span { border-color: rgb(68,95,80); }

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