#40544B

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

Shades of Plantation #40544B

Tints of Plantation #40544B

Color information

#40544B (or 0x40544B) is unknown color: approx Plantation. HEX triplet: 40, 54 and 4B. RGB value is (64,84,75). Sum of RGB (Red+Green+Blue) = 64+84+75=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #40544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544B is #BFABB4. Grayscale: #4D4D4D. Windows color (decimal): -12561333 or 4936768. OLE color: 4936768.

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

Color convert

RGB648475-
CMYK0.2400.110.67
HSL153º13.51%29.02%-
HSV(B)153º23.81%32.94%-
XYZ6.557.947.84-
YUV76.99126.87118.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=28.70%
G=37.67%
B=33.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484750.2400.110.6715313.5129.02
Hex40544B180B4399e1d
Octal100124113300131032311635
Binary1000000101010010010111100001011100001110011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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