#40624D

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

Shades of Plantation #40624D

Tints of Plantation #40624D

Color information

#40624D (or 0x40624D) is unknown color: approx Plantation. HEX triplet: 40, 62 and 4D. RGB value is (64,98,77). Sum of RGB (Red+Green+Blue) = 64+98+77=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #40624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40624D is #BF9DB2. Grayscale: #555555. Windows color (decimal): -12557747 or 5071424. OLE color: 5071424.

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

Color convert

RGB649877-
CMYK0.3500.210.62
HSL142.94º20.99%31.76%-
HSV(B)142.94º34.69%38.43%-
XYZ7.8210.368.61-
YUV85.44123.24112.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=26.78%
G=41.00%
B=32.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498770.3500.210.62142.9420.9931.76
Hex40624D230153E8f1520
Octal10014211543025762172540
Binary1000000110001010011011000110101011111101000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40624D; }

 p { color: rgb(64,98,77); }

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

<style>
 a { background-color: #40624D; }

 a { background-color: rgb(64,98,77); }

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

<style>
 span { border-color: #40624D; }

 span { border-color: rgb(64,98,77); }

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