#405447

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

Shades of Plantation #405447

Tints of Plantation #405447

Color information

#405447 (or 0x405447) is unknown color: approx Plantation. HEX triplet: 40, 54 and 47. RGB value is (64,84,71). Sum of RGB (Red+Green+Blue) = 64+84+71=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #405447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405447 is #BFABB8. Grayscale: #4C4C4C. Windows color (decimal): -12561337 or 4674624. OLE color: 4674624.

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

Color convert

RGB648471-
CMYK0.2400.150.67
HSL141º13.51%29.02%-
HSV(B)141º23.81%32.94%-
XYZ6.427.897.14-
YUV76.54124.87119.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=29.22%
G=38.36%
B=32.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484710.2400.150.6714113.5129.02
Hex405447180F438de1d
Octal100124107300171032151635
Binary1000000101010010001111100001111100001110001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405447; }

 p { color: rgb(64,84,71); }

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

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

 a { background-color: rgb(64,84,71); }

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

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

 span { border-color: rgb(64,84,71); }

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