#405A4A

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

Shades of Plantation #405A4A

Tints of Plantation #405A4A

Color information

#405A4A (or 0x405A4A) is unknown color: approx Plantation. HEX triplet: 40, 5A and 4A. RGB value is (64,90,74). Sum of RGB (Red+Green+Blue) = 64+90+74=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #405A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A4A is #BFA5B5. Grayscale: #505050. Windows color (decimal): -12559798 or 4872768. OLE color: 4872768.

HSL color Cylindrical-coordinate representation of color #405A4A: hue angle of 143.08º 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 #405A4A is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB649074-
CMYK0.2900.180.65
HSL143.08º16.88%30.2%-
HSV(B)143.08º28.89%35.29%-
XYZ7.018.97.83-
YUV80.4124.39116.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=28.07%
G=39.47%
B=32.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490740.2900.180.65143.0816.8830.2
Hex405A4A1D012418f111e
Octal100132112350221012172136
Binary100000010110101001010111010100101000001100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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