#40604E

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

Shades of Plantation #40604E

Tints of Plantation #40604E

Color information

#40604E (or 0x40604E) is unknown color: approx Plantation. HEX triplet: 40, 60 and 4E. RGB value is (64,96,78). Sum of RGB (Red+Green+Blue) = 64+96+78=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #40604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40604E is #BF9FB1. Grayscale: #545454. Windows color (decimal): -12558258 or 5136448. OLE color: 5136448.

HSL color Cylindrical-coordinate representation of color #40604E: hue angle of 146.25º 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 #40604E is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB649678-
CMYK0.3300.190.62
HSL146.25º20%31.37%-
HSV(B)146.25º33.33%37.65%-
XYZ7.6710.018.73-
YUV84.38124.4113.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=26.89%
G=40.34%
B=32.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496780.3300.190.62146.252031.37
Hex40604E210133E92141f
Octal10014011641023762222437
Binary100000011000001001110100001010011111110100100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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