#40594B

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

Shades of Plantation #40594B

Tints of Plantation #40594B

Color information

#40594B (or 0x40594B) is unknown color: approx Plantation. HEX triplet: 40, 59 and 4B. RGB value is (64,89,75). Sum of RGB (Red+Green+Blue) = 64+89+75=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #40594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40594B is #BFA6B4. Grayscale: #4F4F4F. Windows color (decimal): -12560053 or 4938048. OLE color: 4938048.

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

Color convert

RGB648975-
CMYK0.2800.160.65
HSL146.4º16.34%30%-
HSV(B)146.4º28.09%34.9%-
XYZ6.968.747.98-
YUV79.93125.22116.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=28.07%
G=39.04%
B=32.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489750.2800.160.65146.416.3430
Hex40594B1C0104192101e
Octal100131113340201012222036
Binary100000010110011001011111000100001000001100100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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