#40634E

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

Shades of Plantation #40634E

Tints of Plantation #40634E

Color information

#40634E (or 0x40634E) is unknown color: approx Plantation. HEX triplet: 40, 63 and 4E. RGB value is (64,99,78). Sum of RGB (Red+Green+Blue) = 64+99+78=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #40634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40634E is #BF9CB1. Grayscale: #565656. Windows color (decimal): -12557490 or 5137216. OLE color: 5137216.

HSL color Cylindrical-coordinate representation of color #40634E: hue angle of 144º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40634E is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB649978-
CMYK0.3500.210.61
HSL144º21.47%31.96%-
HSV(B)144º35.35%38.82%-
XYZ7.9510.568.83-
YUV86.14123.4112.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=26.56%
G=41.08%
B=32.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499780.3500.210.6114421.4731.96
Hex40634E230153D901520
Octal10014311643025752202540
Binary1000000110001110011101000110101011111011001000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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