#40554A

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

Shades of Plantation #40554A

Tints of Plantation #40554A

Color information

#40554A (or 0x40554A) is unknown color: approx Plantation. HEX triplet: 40, 55 and 4A. RGB value is (64,85,74). Sum of RGB (Red+Green+Blue) = 64+85+74=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #40554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40554A is #BFAAB5. Grayscale: #4D4D4D. Windows color (decimal): -12561078 or 4871488. OLE color: 4871488.

HSL color Cylindrical-coordinate representation of color #40554A: hue angle of 148.57º 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 #40554A is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB648574-
CMYK0.2500.130.67
HSL148.57º14.09%29.22%-
HSV(B)148.57º24.71%33.33%-
XYZ6.68.087.69-
YUV77.47126.04118.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=28.70%
G=38.12%
B=33.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485740.2500.130.67148.5714.0929.22
Hex40554A190D4395e1d
Octal100125112310151032251635
Binary1000000101010110010101100101101100001110010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40554A; }

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

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

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

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

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

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

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

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