#40584B

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

Shades of Plantation #40584B

Tints of Plantation #40584B

Color information

#40584B (or 0x40584B) is unknown color: approx Plantation. HEX triplet: 40, 58 and 4B. RGB value is (64,88,75). Sum of RGB (Red+Green+Blue) = 64+88+75=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #40584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40584B is #BFA7B4. Grayscale: #4F4F4F. Windows color (decimal): -12560309 or 4937792. OLE color: 4937792.

HSL color Cylindrical-coordinate representation of color #40584B: hue angle of 147.5º 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 #40584B is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB648875-
CMYK0.2700.150.65
HSL147.5º15.79%29.8%-
HSV(B)147.5º27.27%34.51%-
XYZ6.878.587.95-
YUV79.34125.55117.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=28.19%
G=38.77%
B=33.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488750.2700.150.65147.515.7929.8
Hex40584B1B0F4193101e
Octal100130113330171012232036
Binary10000001011000100101111011011111000001100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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