#405849

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

Shades of Plantation #405849

Tints of Plantation #405849

Color information

#405849 (or 0x405849) is unknown color: approx Plantation. HEX triplet: 40, 58 and 49. RGB value is (64,88,73). Sum of RGB (Red+Green+Blue) = 64+88+73=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #405849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405849 is #BFA7B6. Grayscale: #4F4F4F. Windows color (decimal): -12560311 or 4806720. OLE color: 4806720.

HSL color Cylindrical-coordinate representation of color #405849: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405849 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB648873-
CMYK0.2700.170.65
HSL142.5º15.79%29.8%-
HSV(B)142.5º27.27%34.51%-
XYZ6.818.557.59-
YUV79.11124.55117.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=28.44%
G=39.11%
B=32.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488730.2700.170.65142.515.7929.8
Hex4058491B011418e101e
Octal100130111330211012162036
Binary100000010110001001001110110100011000001100011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405849; }

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

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

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

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

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

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

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

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