#40544C

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

Shades of Plantation #40544C

Tints of Plantation #40544C

Color information

#40544C (or 0x40544C) is unknown color: approx Plantation. HEX triplet: 40, 54 and 4C. RGB value is (64,84,76). Sum of RGB (Red+Green+Blue) = 64+84+76=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #40544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544C is #BFABB3. Grayscale: #4D4D4D. Windows color (decimal): -12561332 or 5002304. OLE color: 5002304.

HSL color Cylindrical-coordinate representation of color #40544C: hue angle of 156º 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 #40544C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB648476-
CMYK0.2400.100.67
HSL156º13.51%29.02%-
HSV(B)156º23.81%32.94%-
XYZ6.597.958.03-
YUV77.11127.37118.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=28.57%
G=37.5%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484760.2400.100.6715613.5129.02
Hex40544C180A439ce1d
Octal100124114300121032341635
Binary1000000101010010011001100001010100001110011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40544C; }

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

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

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

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

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

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

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

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