#40564D

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

Shades of Plantation #40564D

Tints of Plantation #40564D

Color information

#40564D (or 0x40564D) is unknown color: approx Plantation. HEX triplet: 40, 56 and 4D. RGB value is (64,86,77). Sum of RGB (Red+Green+Blue) = 64+86+77=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #40564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40564D is #BFA9B2. Grayscale: #4E4E4E. Windows color (decimal): -12560819 or 5068352. OLE color: 5068352.

HSL color Cylindrical-coordinate representation of color #40564D: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40564D is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB648677-
CMYK0.2600.100.66
HSL155.45º14.67%29.41%-
HSV(B)155.45º25.58%33.73%-
XYZ6.788.288.26-
YUV78.4127.21117.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=28.19%
G=37.89%
B=33.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486770.2600.100.66155.4514.6729.41
Hex40564D1A0A429bf1d
Octal100126115320121022331735
Binary1000000101011010011011101001010100001010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40564D; }

 p { color: rgb(64,86,77); }

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

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

 a { background-color: rgb(64,86,77); }

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

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

 span { border-color: rgb(64,86,77); }

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