#405349

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

Shades of Plantation #405349

Tints of Plantation #405349

Color information

#405349 (or 0x405349) is unknown color: approx Plantation. HEX triplet: 40, 53 and 49. RGB value is (64,83,73). Sum of RGB (Red+Green+Blue) = 64+83+73=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #405349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405349 is #BFACB6. Grayscale: #4C4C4C. Windows color (decimal): -12561591 or 4805440. OLE color: 4805440.

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

Color convert

RGB648373-
CMYK0.2300.120.67
HSL148.42º12.93%28.82%-
HSV(B)148.42º22.89%32.55%-
XYZ6.417.767.46-
YUV76.18126.21119.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=29.09%
G=37.73%
B=33.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483730.2300.120.67148.4212.9328.82
Hex405349170C4394d1d
Octal100123111270141032241535
Binary1000000101001110010011011101100100001110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405349; }

 p { color: rgb(64,83,73); }

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

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

 a { background-color: rgb(64,83,73); }

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

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

 span { border-color: rgb(64,83,73); }

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