#43A350

Color #43A350 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #43A350

Tints of Fruit Salad #43A350

Color information

#43A350 (or 0x43A350) is unknown color: approx Fruit Salad. HEX triplet: 43, A3 and 50. RGB value is (67,163,80). Sum of RGB (Red+Green+Blue) = 67+163+80=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #43A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A350 is #BC5CAF. Grayscale: #7D7D7D. Windows color (decimal): -12344496 or 5284675. OLE color: 5284675.

HSL color Cylindrical-coordinate representation of color #43A350: hue angle of 128.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A350 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB6716380-
CMYK0.5900.510.36
HSL128.12º41.74%45.1%-
HSV(B)128.12º58.9%63.92%-
XYZ16.8627.9712.1-
YUV124.83102.786.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=21.61%
G=52.58%
B=25.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67163800.5900.510.36128.1241.7445.1
Hex43A3503B03324802a2d
Octal10324312073063442005255
Binary1000011101000111010000111011011001110010010000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A350; }

 p { color: rgb(67,163,80); }

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

<style>
 a { background-color: #43A350; }

 a { background-color: rgb(67,163,80); }

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

<style>
 span { border-color: #43A350; }

 span { border-color: rgb(67,163,80); }

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