#43574F

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

Shades of Plantation #43574F

Tints of Plantation #43574F

Color information

#43574F (or 0x43574F) is unknown color: approx Plantation. HEX triplet: 43, 57 and 4F. RGB value is (67,87,79). Sum of RGB (Red+Green+Blue) = 67+87+79=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #43574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43574F is #BCA8B0. Grayscale: #505050. Windows color (decimal): -12363953 or 5199683. OLE color: 5199683.

HSL color Cylindrical-coordinate representation of color #43574F: hue angle of 156º 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 #43574F is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB678779-
CMYK0.2300.090.66
HSL156º12.99%30.2%-
HSV(B)156º22.99%34.12%-
XYZ7.138.578.68-
YUV80.11127.37118.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=28.76%
G=37.34%
B=33.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6787790.2300.090.6615612.9930.2
Hex43574F1709429cd1e
Octal103127117270111022341536
Binary1000011101011110011111011101001100001010011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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