#405B4E

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

Shades of Plantation #405B4E

Tints of Plantation #405B4E

Color information

#405B4E (or 0x405B4E) is unknown color: approx Plantation. HEX triplet: 40, 5B and 4E. RGB value is (64,91,78). Sum of RGB (Red+Green+Blue) = 64+91+78=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #405B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B4E is #BFA4B1. Grayscale: #515151. Windows color (decimal): -12559538 or 5135168. OLE color: 5135168.

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

Color convert

RGB649178-
CMYK0.3000.140.64
HSL151.11º17.42%30.39%-
HSV(B)151.11º29.67%35.69%-
XYZ7.239.128.59-
YUV81.44126.05115.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=27.47%
G=39.06%
B=33.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6491780.3000.140.64151.1117.4230.39
Hex405B4E1E0E4097111e
Octal100133116360161002272136
Binary10000001011011100111011110011101000000100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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