#445048

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

Shades of Plantation #445048

Tints of Plantation #445048

Color information

#445048 (or 0x445048) is unknown color: approx Plantation. HEX triplet: 44, 50 and 48. RGB value is (68,80,72). Sum of RGB (Red+Green+Blue) = 68+80+72=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #445048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445048 is #BBAFB7. Grayscale: #4B4B4B. Windows color (decimal): -12300216 or 4739140. OLE color: 4739140.

HSL color Cylindrical-coordinate representation of color #445048: hue angle of 140º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #445048 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB688072-
CMYK0.1500.100.69
HSL140º8.11%29.02%-
HSV(B)140º15%31.37%-
XYZ6.427.437.23-
YUV75.5126.02122.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=30.91%
G=36.36%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880720.1500.100.691408.1129.02
Hex445048F0A458c81d
Octal104120110170121052141035
Binary100010010100001001000111101010100010110001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445048; }

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

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

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

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

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

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

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

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