#43584D

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

Shades of Plantation #43584D

Tints of Plantation #43584D

Color information

#43584D (or 0x43584D) is unknown color: approx Plantation. HEX triplet: 43, 58 and 4D. RGB value is (67,88,77). Sum of RGB (Red+Green+Blue) = 67+88+77=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #43584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43584D is #BCA7B2. Grayscale: #505050. Windows color (decimal): -12363699 or 5068867. OLE color: 5068867.

HSL color Cylindrical-coordinate representation of color #43584D: hue angle of 148.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43584D is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB678877-
CMYK0.2400.120.65
HSL148.57º13.55%30.39%-
HSV(B)148.57º23.86%34.51%-
XYZ7.148.718.33-
YUV80.47126.04118.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.88%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=28.88%
G=37.93%
B=33.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6788770.2400.120.65148.5713.5530.39
Hex43584D180C4195e1e
Octal103130115300141012251636
Binary1000011101100010011011100001100100000110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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