#445A50

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

Shades of Plantation #445A50

Tints of Plantation #445A50

Color information

#445A50 (or 0x445A50) is unknown color: approx Plantation. HEX triplet: 44, 5A and 50. RGB value is (68,90,80). Sum of RGB (Red+Green+Blue) = 68+90+80=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #445A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A50 is #BBA5AF. Grayscale: #525252. Windows color (decimal): -12297648 or 5265988. OLE color: 5265988.

HSL color Cylindrical-coordinate representation of color #445A50: hue angle of 152.73º degrees, saturation: 0.14, 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 #445A50 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB689080-
CMYK0.2400.110.65
HSL152.73º13.92%30.98%-
HSV(B)152.73º24.44%35.29%-
XYZ7.499.128.96-
YUV82.28126.71117.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=28.57%
G=37.82%
B=33.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890800.2400.110.65152.7313.9230.98
Hex445A50180B4199e1f
Octal104132120300131012311637
Binary1000100101101010100001100001011100000110011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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