#40584A

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

Shades of Plantation #40584A

Tints of Plantation #40584A

Color information

#40584A (or 0x40584A) is unknown color: approx Plantation. HEX triplet: 40, 58 and 4A. RGB value is (64,88,74). Sum of RGB (Red+Green+Blue) = 64+88+74=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #40584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40584A is #BFA7B5. Grayscale: #4F4F4F. Windows color (decimal): -12560310 or 4872256. OLE color: 4872256.

HSL color Cylindrical-coordinate representation of color #40584A: hue angle of 145º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40584A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB648874-
CMYK0.2700.160.65
HSL145º15.79%29.8%-
HSV(B)145º27.27%34.51%-
XYZ6.848.567.77-
YUV79.23125.05117.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=28.32%
G=38.94%
B=32.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488740.2700.160.6514515.7929.8
Hex40584A1B0104191101e
Octal100130112330201012212036
Binary100000010110001001010110110100001000001100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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