#40594F

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

Shades of Plantation #40594F

Tints of Plantation #40594F

Color information

#40594F (or 0x40594F) is unknown color: approx Plantation. HEX triplet: 40, 59 and 4F. RGB value is (64,89,79). Sum of RGB (Red+Green+Blue) = 64+89+79=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #40594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40594F is #BFA6B0. Grayscale: #505050. Windows color (decimal): -12560049 or 5200192. OLE color: 5200192.

HSL color Cylindrical-coordinate representation of color #40594F: hue angle of 156º 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 #40594F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB648979-
CMYK0.2800.110.65
HSL156º16.34%30%-
HSV(B)156º28.09%34.9%-
XYZ7.18.88.72-
YUV80.38127.22116.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=27.59%
G=38.36%
B=34.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489790.2800.110.6515616.3430
Hex40594F1C0B419c101e
Octal100131117340131012342036
Binary10000001011001100111111100010111000001100111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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