#405348

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

Shades of Plantation #405348

Tints of Plantation #405348

Color information

#405348 (or 0x405348) is unknown color: approx Plantation. HEX triplet: 40, 53 and 48. RGB value is (64,83,72). Sum of RGB (Red+Green+Blue) = 64+83+72=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #405348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405348 is #BFACB7. Grayscale: #4C4C4C. Windows color (decimal): -12561592 or 4739904. OLE color: 4739904.

HSL color Cylindrical-coordinate representation of color #405348: hue angle of 145.26º 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 #405348 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB648372-
CMYK0.2300.130.67
HSL145.26º12.93%28.82%-
HSV(B)145.26º22.89%32.55%-
XYZ6.387.747.29-
YUV76.06125.71119.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=29.22%
G=37.90%
B=32.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483720.2300.130.67145.2612.9328.82
Hex405348170D4391d1d
Octal100123110270151032211535
Binary1000000101001110010001011101101100001110010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405348; }

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

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

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

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

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

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

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

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