#43574E

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

Shades of Plantation #43574E

Tints of Plantation #43574E

Color information

#43574E (or 0x43574E) is unknown color: approx Plantation. HEX triplet: 43, 57 and 4E. RGB value is (67,87,78). Sum of RGB (Red+Green+Blue) = 67+87+78=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #43574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43574E is #BCA8B1. Grayscale: #505050. Windows color (decimal): -12363954 or 5134147. OLE color: 5134147.

HSL color Cylindrical-coordinate representation of color #43574E: hue angle of 153º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #43574E is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB678778-
CMYK0.2300.100.66
HSL153º12.99%30.2%-
HSV(B)153º22.99%34.12%-
XYZ7.18.568.49-
YUV79.99126.87118.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=28.88%
G=37.5%
B=33.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6787780.2300.100.6615312.9930.2
Hex43574E170A4299d1e
Octal103127116270121022311536
Binary1000011101011110011101011101010100001010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43574E; }

 p { color: rgb(67,87,78); }

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

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

 a { background-color: rgb(67,87,78); }

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

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

 span { border-color: rgb(67,87,78); }

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