#43544B

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

Shades of Plantation #43544B

Tints of Plantation #43544B

Color information

#43544B (or 0x43544B) is unknown color: approx Plantation. HEX triplet: 43, 54 and 4B. RGB value is (67,84,75). Sum of RGB (Red+Green+Blue) = 67+84+75=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #43544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43544B is #BCABB4. Grayscale: #4D4D4D. Windows color (decimal): -12364725 or 4936771. OLE color: 4936771.

HSL color Cylindrical-coordinate representation of color #43544B: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #43544B is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB678475-
CMYK0.2000.110.67
HSL148.24º11.26%29.61%-
HSV(B)148.24º20.24%32.94%-
XYZ6.768.047.85-
YUV77.89126.37120.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=29.65%
G=37.17%
B=33.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784750.2000.110.67148.2411.2629.61
Hex43544B140B4394b1e
Octal103124113240131032241336
Binary1000011101010010010111010001011100001110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43544B; }

 p { color: rgb(67,84,75); }

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

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

 a { background-color: rgb(67,84,75); }

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

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

 span { border-color: rgb(67,84,75); }

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