#40604C

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

Shades of Plantation #40604C

Tints of Plantation #40604C

Color information

#40604C (or 0x40604C) is unknown color: approx Plantation. HEX triplet: 40, 60 and 4C. RGB value is (64,96,76). Sum of RGB (Red+Green+Blue) = 64+96+76=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #40604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40604C is #BF9FB3. Grayscale: #545454. Windows color (decimal): -12558260 or 5005376. OLE color: 5005376.

HSL color Cylindrical-coordinate representation of color #40604C: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40604C is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB649676-
CMYK0.3300.210.62
HSL142.5º20%31.37%-
HSV(B)142.5º33.33%37.65%-
XYZ7.69.988.36-
YUV84.15123.4113.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=27.12%
G=40.68%
B=32.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496760.3300.210.62142.52031.37
Hex40604C210153E8e141f
Octal10014011441025762162437
Binary100000011000001001100100001010101111110100011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40604C; }

 p { color: rgb(64,96,76); }

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

<style>
 a { background-color: #40604C; }

 a { background-color: rgb(64,96,76); }

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

<style>
 span { border-color: #40604C; }

 span { border-color: rgb(64,96,76); }

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