#405C4E

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

Shades of Plantation #405C4E

Tints of Plantation #405C4E

Color information

#405C4E (or 0x405C4E) is unknown color: approx Plantation. HEX triplet: 40, 5C and 4E. RGB value is (64,92,78). Sum of RGB (Red+Green+Blue) = 64+92+78=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #405C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C4E is #BFA3B1. Grayscale: #525252. Windows color (decimal): -12559282 or 5135424. OLE color: 5135424.

HSL color Cylindrical-coordinate representation of color #405C4E: hue angle of 150º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C4E is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB649278-
CMYK0.3000.150.64
HSL150º17.95%30.59%-
HSV(B)150º30.43%36.08%-
XYZ7.329.298.62-
YUV82.03125.72115.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=27.35%
G=39.32%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6492780.3000.150.6415017.9530.59
Hex405C4E1E0F4096121f
Octal100134116360171002262237
Binary10000001011100100111011110011111000000100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405C4E; }

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

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

<style>
 a { background-color: #405C4E; }

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

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

<style>
 span { border-color: #405C4E; }

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

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