#405549

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

Shades of Plantation #405549

Tints of Plantation #405549

Color information

#405549 (or 0x405549) is unknown color: approx Plantation. HEX triplet: 40, 55 and 49. RGB value is (64,85,73). Sum of RGB (Red+Green+Blue) = 64+85+73=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #405549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405549 is #BFAAB6. Grayscale: #4D4D4D. Windows color (decimal): -12561079 or 4805952. OLE color: 4805952.

HSL color Cylindrical-coordinate representation of color #405549: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405549 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB648573-
CMYK0.2500.140.67
HSL145.71º14.09%29.22%-
HSV(B)145.71º24.71%33.33%-
XYZ6.578.077.51-
YUV77.35125.54118.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 73 (28.91% from 255) = 32.88%
R=28.83%
G=38.29%
B=32.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485730.2500.140.67145.7114.0929.22
Hex405549190E4392e1d
Octal100125111310161032221635
Binary1000000101010110010011100101110100001110010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405549; }

 p { color: rgb(64,85,73); }

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

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

 a { background-color: rgb(64,85,73); }

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

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

 span { border-color: rgb(64,85,73); }

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