#405A4F

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

Shades of Plantation #405A4F

Tints of Plantation #405A4F

Color information

#405A4F (or 0x405A4F) is unknown color: approx Plantation. HEX triplet: 40, 5A and 4F. RGB value is (64,90,79). Sum of RGB (Red+Green+Blue) = 64+90+79=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #405A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A4F is #BFA5B0. Grayscale: #505050. Windows color (decimal): -12559793 or 5200448. OLE color: 5200448.

HSL color Cylindrical-coordinate representation of color #405A4F: hue angle of 154.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A4F is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB649079-
CMYK0.2900.120.65
HSL154.62º16.88%30.2%-
HSV(B)154.62º28.89%35.29%-
XYZ7.188.978.75-
YUV80.97126.89115.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=27.47%
G=38.63%
B=33.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490790.2900.120.65154.6216.8830.2
Hex405A4F1D0C419b111e
Octal100132117350141012332136
Binary10000001011010100111111101011001000001100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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