#40534A

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

Shades of Plantation #40534A

Tints of Plantation #40534A

Color information

#40534A (or 0x40534A) is unknown color: approx Plantation. HEX triplet: 40, 53 and 4A. RGB value is (64,83,74). Sum of RGB (Red+Green+Blue) = 64+83+74=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #40534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40534A is #BFACB5. Grayscale: #4C4C4C. Windows color (decimal): -12561590 or 4870976. OLE color: 4870976.

HSL color Cylindrical-coordinate representation of color #40534A: hue angle of 151.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #40534A is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB648374-
CMYK0.2300.110.67
HSL151.58º12.93%28.82%-
HSV(B)151.58º22.89%32.55%-
XYZ6.447.777.64-
YUV76.29126.71119.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=28.96%
G=37.56%
B=33.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483740.2300.110.67151.5812.9328.82
Hex40534A170B4398d1d
Octal100123112270131032301535
Binary1000000101001110010101011101011100001110011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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