#43554B

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

Shades of Plantation #43554B

Tints of Plantation #43554B

Color information

#43554B (or 0x43554B) is unknown color: approx Plantation. HEX triplet: 43, 55 and 4B. RGB value is (67,85,75). Sum of RGB (Red+Green+Blue) = 67+85+75=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #43554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43554B is #BCAAB4. Grayscale: #4E4E4E. Windows color (decimal): -12364469 or 4937027. OLE color: 4937027.

HSL color Cylindrical-coordinate representation of color #43554B: hue angle of 146.67º 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 #43554B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB678575-
CMYK0.2100.120.67
HSL146.67º11.84%29.8%-
HSV(B)146.67º21.18%33.33%-
XYZ6.838.27.88-
YUV78.48126.04119.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=29.52%
G=37.44%
B=33.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785750.2100.120.67146.6711.8429.8
Hex43554B150C4393c1e
Octal103125113250141032231436
Binary1000011101010110010111010101100100001110010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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