#445850

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

Shades of Plantation #445850

Tints of Plantation #445850

Color information

#445850 (or 0x445850) is unknown color: approx Plantation. HEX triplet: 44, 58 and 50. RGB value is (68,88,80). Sum of RGB (Red+Green+Blue) = 68+88+80=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #445850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445850 is #BBA7AF. Grayscale: #515151. Windows color (decimal): -12298160 or 5265476. OLE color: 5265476.

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

Color convert

RGB688880-
CMYK0.2300.090.65
HSL156º12.82%30.59%-
HSV(B)156º22.73%34.51%-
XYZ7.328.798.9-
YUV81.11127.37118.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=28.81%
G=37.29%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888800.2300.090.6515612.8230.59
Hex4458501709419cd1f
Octal104130120270111012341537
Binary1000100101100010100001011101001100000110011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445850; }

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

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

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

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

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

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

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

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