#405448

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

Shades of Plantation #405448

Tints of Plantation #405448

Color information

#405448 (or 0x405448) is unknown color: approx Plantation. HEX triplet: 40, 54 and 48. RGB value is (64,84,72). Sum of RGB (Red+Green+Blue) = 64+84+72=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #405448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405448 is #BFABB7. Grayscale: #4C4C4C. Windows color (decimal): -12561336 or 4740160. OLE color: 4740160.

HSL color Cylindrical-coordinate representation of color #405448: hue angle of 144º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #405448 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB648472-
CMYK0.2400.140.67
HSL144º13.51%29.02%-
HSV(B)144º23.81%32.94%-
XYZ6.457.97.32-
YUV76.65125.37118.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=29.09%
G=38.18%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484720.2400.140.6714413.5129.02
Hex405448180E4390e1d
Octal100124110300161032201635
Binary1000000101010010010001100001110100001110010000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405448; }

 p { color: rgb(64,84,72); }

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

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

 a { background-color: rgb(64,84,72); }

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

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

 span { border-color: rgb(64,84,72); }

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