#405046

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

Shades of Plantation #405046

Tints of Plantation #405046

Color information

#405046 (or 0x405046) is unknown color: approx Plantation. HEX triplet: 40, 50 and 46. RGB value is (64,80,70). Sum of RGB (Red+Green+Blue) = 64+80+70=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #405046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405046 is #BFAFB9. Grayscale: #4A4A4A. Windows color (decimal): -12562362 or 4608064. OLE color: 4608064.

HSL color Cylindrical-coordinate representation of color #405046: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405046 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB648070-
CMYK0.2000.120.69
HSL142.5º11.11%28.24%-
HSV(B)142.5º20%31.37%-
XYZ6.097.276.88-
YUV74.08125.7120.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=29.91%
G=37.38%
B=32.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480700.2000.120.69142.511.1128.24
Hex405046140C458eb1c
Octal100120106240141052161334
Binary1000000101000010001101010001100100010110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405046; }

 p { color: rgb(64,80,70); }

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

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

 a { background-color: rgb(64,80,70); }

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

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

 span { border-color: rgb(64,80,70); }

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