#43554D

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

Shades of Plantation #43554D

Tints of Plantation #43554D

Color information

#43554D (or 0x43554D) is unknown color: approx Plantation. HEX triplet: 43, 55 and 4D. RGB value is (67,85,77). Sum of RGB (Red+Green+Blue) = 67+85+77=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #43554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43554D is #BCAAB2. Grayscale: #4E4E4E. Windows color (decimal): -12364467 or 5068099. OLE color: 5068099.

HSL color Cylindrical-coordinate representation of color #43554D: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43554D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB678577-
CMYK0.2100.090.67
HSL153.33º11.84%29.8%-
HSV(B)153.33º21.18%33.33%-
XYZ6.98.238.25-
YUV78.71127.04119.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=29.26%
G=37.12%
B=33.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785770.2100.090.67153.3311.8429.8
Hex43554D15094399c1e
Octal103125115250111032311436
Binary1000011101010110011011010101001100001110011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43554D; }

 p { color: rgb(67,85,77); }

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

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

 a { background-color: rgb(67,85,77); }

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

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

 span { border-color: rgb(67,85,77); }

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