#405D4F

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

Shades of Plantation #405D4F

Tints of Plantation #405D4F

Color information

#405D4F (or 0x405D4F) is unknown color: approx Plantation. HEX triplet: 40, 5D and 4F. RGB value is (64,93,79). Sum of RGB (Red+Green+Blue) = 64+93+79=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #405D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D4F is #BFA2B0. Grayscale: #525252. Windows color (decimal): -12559025 or 5201216. OLE color: 5201216.

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

Color convert

RGB649379-
CMYK0.3100.150.64
HSL151.03º18.47%30.78%-
HSV(B)151.03º31.18%36.47%-
XYZ7.449.488.84-
YUV82.73125.89114.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=27.12%
G=39.41%
B=33.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493790.3100.150.64151.0318.4730.78
Hex405D4F1F0F4097121f
Octal100135117370171002272237
Binary10000001011101100111111111011111000000100101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,79); }

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

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

 a { background-color: rgb(64,93,79); }

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

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

 span { border-color: rgb(64,93,79); }

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