#445149

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

Shades of Plantation #445149

Tints of Plantation #445149

Color information

#445149 (or 0x445149) is unknown color: approx Plantation. HEX triplet: 44, 51 and 49. RGB value is (68,81,73). Sum of RGB (Red+Green+Blue) = 68+81+73=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #445149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445149 is #BBAEB6. Grayscale: #4C4C4C. Windows color (decimal): -12299959 or 4804932. OLE color: 4804932.

HSL color Cylindrical-coordinate representation of color #445149: hue angle of 143.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445149 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB688173-
CMYK0.1600.100.68
HSL143.08º8.72%29.22%-
HSV(B)143.08º16.05%31.76%-
XYZ6.537.597.43-
YUV76.2126.19122.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=30.63%
G=36.49%
B=32.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881730.1600.100.68143.088.7229.22
Hex445149100A448f91d
Octal104121111200121042171135
Binary1000100101000110010011000001010100010010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445149; }

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

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

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

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

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

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

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

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